[magick-users] More antialiasing ?
Claus Cyrny
claus.cyrny at web.de
Tue Sep 4 12:01:12 PDT 2007
Hi Arnaud,
magickusers.domain.thewild at spamgourmet.org wrote:
> Hi list !
>
> I am converting an eps file to a tiff raster with this command line :
> convert.ext -antialias -density 100 -compress LZW -depth 8 -colorspace
> RGB my.eps my.tif
what does '.ext' mean? Is this a typo? And why did you set '-depth' to
'100'?
Is this the resolution of the output device? Btw, you don't need to specify
'RGB', because this is the default value.
>
> It works fine, but I find that the antialiasing is quite bad.
> You can look at the result here :
> http://img513.imageshack.us/img513/7528/convertvs8.png
Is this image representative for the images you have to convert?
Why don't you convert them to indexed (palette-based) images,
say, 64 colors? Thus, the TIFFs will become visibly smaller in file size.
(I wouldn't recommend '-dither', though; you'll only be getting
much noise in the images that way.)
HTH,
Claus
--
Home Page - http://home.arcor.de/ccyrny/ [in English]
graf-o-matic 2.0 - http://grafomatic01.twoday.net/ [in German]
More information about the Magick-users
mailing list