Search found 2 matches

by M1C4HTRON13
2014-01-16T09:37:35-07:00
Forum: Users
Topic: RGB png to CMKY pdf conversion help
Replies: 3
Views: 1342

Re: RGB png to CMKY pdf conversion help

convert image.png -colorspace CMYK image.pdf

or better color quality, by using profiles

convert image.png -profile /path2profiles/USWebCoatedSWOP.icc image.pdf

But, you are just putting a pdf wrapper around a raster image. No quality will be lost, since png is lossless. But you may still have to ...
by M1C4HTRON13
2014-01-15T13:35:21-07:00
Forum: Users
Topic: RGB png to CMKY pdf conversion help
Replies: 3
Views: 1342

RGB png to CMKY pdf conversion help

I have an RGB png 6969x4843 300dpi
I need to convert it to a CMYK pdf with as little quality loss as possible.

Can you help me