I tried other EPS files and the PNG were successfully created, however i'm still having problems...
Background is white opaque even if original EPS file had transparent backgrounds. I tried both with and without parameter -transparent white
Also the quality is totally terrible, here's how it looks ...
Search found 5 matches
- 2016-12-11T22:00:35-07:00
- Forum: Users
- Topic: mogrify EPS to PNG error
- Replies: 9
- Views: 4602
- 2016-12-11T19:40:53-07:00
- Forum: Users
- Topic: mogrify EPS to PNG error
- Replies: 9
- Views: 4602
Re: mogrify EPS to PNG error
Using density parameter doesn't work for me, no PNG image will be rendered even if i let it run during 5 minutes, nothing happen, it just stay stuck forever on this screen: https://gyazo.com/60c7488e710787d4ab4fe8f5fb2a2457
The EPS file has spot colours. These are special inks, used when CMYK isn ...
The EPS file has spot colours. These are special inks, used when CMYK isn ...
- 2016-12-11T17:57:19-07:00
- Forum: Users
- Topic: mogrify EPS to PNG error
- Replies: 9
- Views: 4602
Re: mogrify EPS to PNG error
i'm just using the default windows preview to display the PNG image. it's not just a blur problem, but also colors and transparency. Even at 100% zoom it's blurry.
if i just open EPS in illustrator then export to PNG and do the same test, everything looks fine.
EPS: https://ufile.io/ca6a4
PNG ...
if i just open EPS in illustrator then export to PNG and do the same test, everything looks fine.
EPS: https://ufile.io/ca6a4
PNG ...
- 2016-12-11T17:26:32-07:00
- Forum: Users
- Topic: mogrify EPS to PNG error
- Replies: 9
- Views: 4602
Re: mogrify EPS to PNG error
Oh, i was told on graphic stackexchange that i didn't need to install Ghostscript.
I just installed it, the result is a little bit better but still blurry and the colors are messed up. On some images, the transparency didn't work.
Here's the original EPS image side-by-side with the output PNG ...
I just installed it, the result is a little bit better but still blurry and the colors are messed up. On some images, the transparency didn't work.
Here's the original EPS image side-by-side with the output PNG ...
- 2016-12-11T16:40:10-07:00
- Forum: Users
- Topic: mogrify EPS to PNG error
- Replies: 9
- Views: 4602
mogrify EPS to PNG error
I have 5000 vector images (mostly eps / svg) that i need to convert to PNG with transparent backgrounds. PNG images need to be maximum 4000x4000px
This command will work perfectly for SVG vector:
magick mogrify -resize "4000x4000" -transparent white -format png *.svg
For EPS vectors, i tried ...
This command will work perfectly for SVG vector:
magick mogrify -resize "4000x4000" -transparent white -format png *.svg
For EPS vectors, i tried ...