TEMP: force RGB for grayscale PNG
[fgen.git] / fgen.sh
diff --git a/fgen.sh b/fgen.sh
index 0003fcd..8a700c7 100755 (executable)
--- a/fgen.sh
+++ b/fgen.sh
@@ -314,7 +314,7 @@ if [ ${trames} -eq 1 ]; then
             fi
 
             group="${ng}"
-            log_dbg "New group: ${ng}"
+            log_info "New group: ${ng}"
 
             nf=""
             oldnf=""
@@ -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