Re: Default settings for convert

Pavel Sanda <[email protected]> Sat, 5 Jul 2008 03:52:51 +0200
Newsgroups gmane.comp.video.image-magick.devel
Message-ID <[email protected]>
> > default settings for postscript conversions
> 
> Curious.  We converted the EPS attachment with 6.3.5 and the current release,
> 6.4.2, and they both rendered a decent looking antialiased image.  Post the
> output of this command:
> 
>   convert -verbose infile.ps infile.png

You get antialiased image even with this command?
 convert -verbose infile.ps infile.ppm

png is ok here while ppm not.

png version:
"gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g360x252  "-sOutputFile=/tmp/magick-XXsootLV" "-f/tmp/magick-XXwEZU5Z" "-f/tmp/magick-XXFl4uq4"
/tmp/magick-XXsootLV PNG 360x252 360x252+0+0 DirectClass 8-bit 7.01758kb 
infile.ps PS 360x252 360x252+0+0 DirectClass 16-bit 7.01758kb 
infile.ps=>infile.png PS 360x252 360x252+0+0 DirectClass 16-bit 9.0625kb

ppm version:
"gs" -q -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g360x252  "-sOutputFile=/tmp/magick-XXjdDfYQ" "-f/tmp/magick-XXGq9R9Q" "-f/tmp/magick-XXo3aDlR"
/tmp/magick-XXjdDfYQ PNG 360x252 360x252+0+0 DirectClass 8-bit 7.01758kb 
infile.ps PS 360x252 360x252+0+0 DirectClass 16-bit 7.01758kb 
infile.ps=>infile.ppm PS 360x252 360x252+0+0 DirectClass 16-bit 531.578kb


Pavel