hplip-3.17.11:ver.bump

This commit is contained in:
Rmys
2018-02-15 20:25:47 +03:00
parent 077c7fcc8b
commit e47b7cc1d8
31 changed files with 684 additions and 414 deletions
@@ -0,0 +1,17 @@
diff -up hplip-3.17.11/scan.py.jpeg-compression hplip-3.17.11/scan.py
--- hplip-3.17.11/scan.py.jpeg-compression 2018-01-08 09:26:42.547072815 +0100
+++ hplip-3.17.11/scan.py 2018-01-08 09:29:39.753604411 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# (c) Copyright 2003-2015 HP Development Company, L.P.
@@ -1079,6 +1079,7 @@ try:
log.info("Saving to file %s" % output)
try:
+ im = im.convert("RGB")
im.save(output)
except IOError as e:
log.error("Error saving file: %s (I/O)" % e)