Search found 2 matches

by rparker
2017-07-04T06:37:24-07:00
Forum: Users
Topic: Animated gif sizing issues
Replies: 2
Views: 2779

Re: Animated gif sizing issues

Thanks, that solved it!
by rparker
2017-07-04T04:57:08-07:00
Forum: Users
Topic: Animated gif sizing issues
Replies: 2
Views: 2779

Animated gif sizing issues

I'm hoping someone can help with this as it's starting to drive me crazy.

I produce a series of plots in postscript format.

I then convert them into PNG using this command


mogrify -limit memory 2gb -limit map 32 -format png -page A1 -trim -density 300 filename.ps


This works perfectly and I ...