I am converting EPS images to JPGs, and I have two machines that I work with, one converts fine, the second leaves the background black instead of white. I use the same command on both to convert the image, and have tried adding -transparency and -background, but it is still black instead of white. I know it has something to do with the clipping path, but I do not know how to solve it. I upgraded ghostscript on the computer that does not work also, not sure if that was an issue, but it has not helped.
Code: Select all
convert.exe -colorspace RGB -profile sRGB.icc -resize 120 -quality 100 -density 300 -antialias -transparency white -background white -normalize -units PixelsPerInch -quality 100 original.eps original_120x120.jpg
Anything I can try would be great, thanks!
Mike