Search found 2 matches

by elevate
2013-12-18T16:30:01-07:00
Forum: Users
Topic: Problem with detecting colorspace
Replies: 3
Views: 1464

Re: Problem with detecting colorspace

Thanks for your reply!

I have problem for example with this Img:

https://www.dropbox.com/s/splqyjpkyxrp44i/Black.pdf

It's should be cmyk(0, 0, 0, 76), cmyk(0, 0, 0, 96) colors, but imagemagick identify says, its sRGB.
I'm working on prepress pdf checker, and i need to identify if pdf is in CMYK ...
by elevate
2013-12-16T14:48:21-07:00
Forum: Users
Topic: Problem with detecting colorspace
Replies: 3
Views: 1464

Problem with detecting colorspace

Hi,
I have problem with:

identify -verbose xx.pdf

This pdf file is created in adobe illustrator and determined for printing. (CMYK pdf file) but output from identify shows SRGB color space. Where could be problem please?
Or is there any solution to find all colors including PANTONE in pdf, tiff ...