From: Hugo Villeneuve Date: Thu, 5 Oct 2023 22:03:48 +0000 (-0400) Subject: Fix missing color with IM7 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=50e9e18e167a4c69eda141f98aa4d7541c7932cf;hp=27e3609a59e90acea305cd39e0b003559ac129f6;p=fgen.git Fix missing color with IM7 Image was generated in grayscale. --- diff --git a/fgen.sh b/fgen.sh index de8010f..fcc1678 100755 --- a/fgen.sh +++ b/fgen.sh @@ -190,7 +190,7 @@ while read l; do if [ x"${nf}" != x"" ]; then log_dbg "New frame ID: ${nf}" - convert -page +0+0 ${dest}/background.png ${files} -background none -layers merge ${dest}/f${nf}.png + convert -colorspace sRGB -page +0+0 ${dest}/background.png ${files} -background none -layers merge ${dest}/f${nf}.png files="" fi