TEMP: force RGB for grayscale PNG
[fgen.git] / fgen.sh
diff --git a/fgen.sh b/fgen.sh
index 2f1fb5b..8a700c7 100755 (executable)
--- a/fgen.sh
+++ b/fgen.sh
@@ -354,7 +354,7 @@ if [ ${trames} -eq 1 ]; then
             else
                 convert -colorspace sRGB -page +0+0 ${dest}/background.png \
                         ${files} -background none -layers merge \
-                        ${fname}
+                        PNG32:${fname}
             fi
 
             if [ x"${dup_from}" != x"" ]; then