Question
How to parse colours of each pixel and compare
I work with some CMYK tiff files, and i need to check is there pixels which are made with mix of two specified colors, for example CYAN and BLACK and alert user if that its true or not. Is it possible (and how) to check that with javascrpt or anyhow to parse colors of each pixel and compare them?
Thanks in advance