Convert transparent TIFF to EPS?
Posted: 2007-11-08T08:45:18-07:00
I'm trying to convert images in various raster formats (JPEG, TIFF, GIF, etc.) into EPS, and I want to preserve the transparency, color space, etc. of the original image. I tried this with a TIFF with an alpha mask with IM 6.3.4, using the command:
convert big-masked.tif -matte eps3:big-masked.eps
but the resulting eps looks like seeing the image through Venetian blinds. It appears that the image data itself is ok, but the matte somehow doesn't match the line length of the rasters, so I get a repeating patter of horizontal bands of transparency interspersed with bands of image on a white background.
Anyone have similar experience, or know what the problem is? I can send both the original TIFF and resulting EPS if that would help.
Thanks,
-pd
convert big-masked.tif -matte eps3:big-masked.eps
but the resulting eps looks like seeing the image through Venetian blinds. It appears that the image data itself is ok, but the matte somehow doesn't match the line length of the rasters, so I get a repeating patter of horizontal bands of transparency interspersed with bands of image on a white background.
Anyone have similar experience, or know what the problem is? I can send both the original TIFF and resulting EPS if that would help.
Thanks,
-pd