View | Details | Raw Unified | Return to bug 230667
Collapse All | Expand All

(-)files/patch-scan.py (+10 lines)
Line 0 Link Here
1
--- scan.py.orig	2019-11-02 15:39:13 UTC
2
+++ scan.py
3
@@ -1078,6 +1078,7 @@ try:
4
             log.info("Saving to file %s" % output)
5
 
6
             try:
7
+                im = im.convert("RGB")
8
                 im.save(output)
9
             except IOError as e:
10
                 log.error("Error saving file: %s (I/O)" % e)

Return to bug 230667