[Solved] identify don't gives serious information about colorspace
Posted: 2018-08-04T07:57:16-07:00
Hi,
identify don't gives serious information about colorspace, its like lotto, like drop a coin.
here we have a simple PDF-File (i have created it) : https://drive.google.com/open?id=1t3BMJ ... yI17lOBQyi
This pdf has 2 images embedded, one image (RGB), another (CMYK).
So if i do : "identify -format "%[colorspace]" sample.pdf" the result is CMYK,
if i try "identify -format %r sample.pdf" the result is DirectClass CMYK.
How the ... it can by CMYK if it has RGB elements embedded to ?
What output i expect ?
Colorspaces count (or call it like Adobe : Plates) : 2
1. RGB
2. CMYK
or as one liner :
Colorspaces count : 2, RGB, CMYK
Cheers
identify don't gives serious information about colorspace, its like lotto, like drop a coin.
here we have a simple PDF-File (i have created it) : https://drive.google.com/open?id=1t3BMJ ... yI17lOBQyi
This pdf has 2 images embedded, one image (RGB), another (CMYK).
So if i do : "identify -format "%[colorspace]" sample.pdf" the result is CMYK,
if i try "identify -format %r sample.pdf" the result is DirectClass CMYK.
How the ... it can by CMYK if it has RGB elements embedded to ?
What output i expect ?
Colorspaces count (or call it like Adobe : Plates) : 2
1. RGB
2. CMYK
or as one liner :
Colorspaces count : 2, RGB, CMYK
Cheers