EPS with alpha resized -> JPEG, gets black background
Posted: 2007-06-05T05:00:12-07:00
Hi, i have configured ghostscript in delegates.xml to use pngalpha device for all ps files. It works ok when i save to png, bmp, jpg (png is transparent, bmp, jpg have white background) but when i add -resize to the convert command i get black background in the bmp and jpeg files.
convert -verbose rhythm_in_yellow.ps rhythm.jpg -> OK
convert -verbose -density 72 rhythm_in_yellow.ps -resize 1000 rhythm.jpg -> black background
convert -verbose -density 72 rhythm_in_yellow.ps -background white -flatten -resize 1000 rhythm.jpg -> OK
the file i'm testing with is http://rhythm.bg/logo/rhythm_in_yellow.eps
I'm using 6.3.3 and 6.3.4 q16.
Thanks.
convert -verbose rhythm_in_yellow.ps rhythm.jpg -> OK
convert -verbose -density 72 rhythm_in_yellow.ps -resize 1000 rhythm.jpg -> black background
convert -verbose -density 72 rhythm_in_yellow.ps -background white -flatten -resize 1000 rhythm.jpg -> OK
the file i'm testing with is http://rhythm.bg/logo/rhythm_in_yellow.eps
I'm using 6.3.3 and 6.3.4 q16.
Thanks.