Index: files/patch-scan.py =================================================================== --- files/patch-scan.py (nonexistent) +++ files/patch-scan.py (working copy) @@ -0,0 +1,10 @@ +--- scan.py.orig 2019-11-02 15:39:13 UTC ++++ scan.py +@@ -1078,6 +1078,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) Property changes on: files/patch-scan.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property