Search found 1 match

by besthiker
2014-10-16T08:37:20-07:00
Forum: Bugs
Topic: animated gif is all black
Replies: 1
Views: 2226

animated gif is all black

I produce an animated gif using
mogrify -format png -page A4 -trim -density 100 -rotate "270<" fluffy.ps
and then
convert -delay 15 *.png -loop 0 myanimation.gif

on my mac (Version: ImageMagick 6.8.9-8 Q16 x86_64 2014-10-07) the convert command works. On linux (ImageMagick 6.8.9-8 Q16 x86_64 2014 ...