Hi, I am using convert to create a couple of different formats from a source EPS, the original file is colour. When I create JPGs using -colorspace GRAY I get a gray image but when I use this for TIFs I get a color image. These are the arguments:
convert -strip -resize 1200x1200 -density 300 -units PixelsPerInch -colorspace GRAY -resample 300 -compress LZW test.eps test.tif Is there something I need to check with my TIF library or some other cause of this problem? Should I be using something else to covert to a gray scale? Thank you, jms. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
