Search found 1 match

by scb0275
Thu Mar 28, 2013 4:04 am
Forum: Image Processing & Document Imaging
Topic: Getting pixel count for CMYK TIFF
Replies: 0
Views: 71623

Getting pixel count for CMYK TIFF

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