Page 1 of 1

Getting pixel count for CMYK TIFF

Posted: Thu Mar 28, 2013 4:04 am
by scb0275
Hi,

I want to count coverage of pixels on a page in each of the C, M, Y, K planes.

I can see that I can obtain each of the planes with the GetColorChannelFlags methods, but wonder how I can then get the pixel count to work out coverage, as CountColor/GetAverageColor use RGB?

Cheers