Re: convert anomalies.

Wolfgang Hugemann <[email protected]> Sun, 12 Sep 2010 14:11:50 +0200
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
ImageMagick basically is a bitmap graphics manipulation program. It can 
import some vector formats, but you cannot create a genuine vector 
graphics format as output. When you create a PDF, it's a PDF shell 
wrapped around a bitmap.

As as test, I converted a PDF to CMYK PDF with IM on my computer and 
then typed

identify -verbose test.pdf

into a DOS box. (Identify is another one of the IM command line tools) 
and said that the colourspace is CMYK.

Wolfgang Hugemann