When using convert on a vector file (svg or pdf) is the vector file nature preserved or does it get converted to a bitmap form?
I am thinking of:
convert input pdf -colorspace CMYK output.pdf
John Culleton
Processing vector files.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Processing vector files.
It gets converted to pixels. see http://www.imagemagick.org/Usage/formats/#vector