Trouble with mogrify
Posted: 2010-05-04T11:13:44-07:00
I'm trying to set up a script that will convert some EPS images to JPGs. The convert command works perfectly and gives me exactly what I want while the mogrify command severely degrades the image. I'm using the same set of commands and have tried to add a few different things to the mogrify command (-compression & -depth) but to no avail.
Here are the commands:
convert test.eps -resize 1500x1500 -gravity center -extent 1500x1500 -colorspace RGB destination/test.jpg
mogrify -resize 1500x1500 -gravity center -extent 1500x1500 -colorspace RGB -format jpg test.eps
And here is what I end up with:
Convert:

Mogrify:

Does anyone know what is causing the images to be so different and how to correct it?
Thanks!
Here are the commands:
convert test.eps -resize 1500x1500 -gravity center -extent 1500x1500 -colorspace RGB destination/test.jpg
mogrify -resize 1500x1500 -gravity center -extent 1500x1500 -colorspace RGB -format jpg test.eps
And here is what I end up with:
Convert:

Mogrify:

Does anyone know what is causing the images to be so different and how to correct it?
Thanks!