I produce a series of plots in postscript format.
I then convert them into PNG using this command
Code: Select all
mogrify -limit memory 2gb -limit map 32 -format png -page A1 -trim -density 300 filename.ps
I then want to animate this sequence so do
Code: Select all
convert -delay 20 *.png movie.gif
Any ideas what I'm doing wrong? I've tried the trim, crop and page settings but nothing seems to work.
Thanks
Edit: Version: ImageMagick 6.4.3 2016-08-05 Q16 OpenMP http://www.imagemagick.org