Search found 5 matches

by thatbradguy
2015-11-23T11:47:41-07:00
Forum: Users
Topic: Convert and resize .eps to .png
Replies: 10
Views: 15181

Re: Convert and resize .eps to .png

That worked! Thanks. Now to write a script to process through all of these files.
by thatbradguy
2015-11-23T07:29:48-07:00
Forum: Users
Topic: Convert and resize .eps to .png
Replies: 10
Views: 15181

Re: Convert and resize .eps to .png

Here is the input all zipped up. - https://dl.dropboxusercontent.com/u/939 ... bw.eps.zip

As to its transparency, when I open it in illustrator it shows up on a white background. When I open it in Photoshop it has a transparent background. So... I'm not sure.
by thatbradguy
2015-11-22T19:26:14-07:00
Forum: Users
Topic: Convert and resize .eps to .png
Replies: 10
Views: 15181

Re: Convert and resize .eps to .png

Your suggested code doesn't give me transparent background.
by thatbradguy
2015-11-22T14:40:34-07:00
Forum: Users
Topic: Convert and resize .eps to .png
Replies: 10
Views: 15181

Re: Convert and resize .eps to .png

First... thanks for the help. Second... I can't even find the original source file so re-upload it so I've uploaded another from the same source and changed to using convert as suggested. convert -density 300 ES3pinstripes03bw.eps -units PixelsPerInch -resize 2475x3525 *.png Input: https://dl ...
by thatbradguy
2015-11-22T09:20:13-07:00
Forum: Users
Topic: Convert and resize .eps to .png
Replies: 10
Views: 15181

Convert and resize .eps to .png

I'm using this command and getting very jagged results. mogrify -format png *.EPS -resize 2475x3525 -units PixelsPerInch -density 300 The eps is a vector file, so I would expect better results. Any help? Input: https://dl.dropboxusercontent.com/u/9391254/AG1.EPS Output: https://dl.dropboxusercontent ...