projects
/
fgen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e3609
)
Fix missing color with IM7
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 5 Oct 2023 22:03:48 +0000
(18:03 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 7 Oct 2023 15:45:53 +0000
(11:45 -0400)
Image was generated in grayscale.
fgen.sh
patch
|
blob
|
history
diff --git
a/fgen.sh
b/fgen.sh
index
de8010f
..
fcc1678
100755
(executable)
--- 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