That output looks fine.what happens with...
Search found 5 matches
- 2014-02-17T09:27:36-07:00
- Forum: Developers
- Topic: convert eps to gif with transparency gives jaggy result
- Replies: 8
- Views: 10002
Re: convert eps to gif with transparency gives jaggy result
- 2014-02-16T22:12:48-07:00
- Forum: Developers
- Topic: convert eps to gif with transparency gives jaggy result
- Replies: 8
- Views: 10002
Re: convert eps to gif with transparency gives jaggy result
Yes: GPL Ghostscript 9.10 (2013-08-30)
And I should mention that even the output of
is bad
And I should mention that even the output of
Code: Select all
convert infile.eps outfile-test.gif
- 2014-02-15T11:19:58-07:00
- Forum: Developers
- Topic: convert eps to gif with transparency gives jaggy result
- Replies: 8
- Views: 10002
Re: convert eps to gif with transparency gives jaggy result
(FWIW, replacing outfile.gif with outfile.png in the original code gives a beautiful result)
- 2014-02-15T11:14:52-07:00
- Forum: Developers
- Topic: convert eps to gif with transparency gives jaggy result
- Replies: 8
- Views: 10002
Re: convert eps to gif with transparency gives jaggy result
Thanks, but I'm afraid that's even worse than before:
https://www.dropbox.com/s/j273q704b4qix ... le-new.gif
https://www.dropbox.com/s/j273q704b4qix ... le-new.gif
- 2014-02-15T05:33:31-07:00
- Forum: Developers
- Topic: convert eps to gif with transparency gives jaggy result
- Replies: 8
- Views: 10002
convert eps to gif with transparency gives jaggy result
I have been using ImageMagick for many years to convert EPS to GIF files. This works fine in older versions of IM on my very old iMac. However, attempting the conversion in a modern version of IM on my newer machines consistently gives different and very ugly results. Any idea what the problem could ...