c++ - how to read cmyk tiff image pixels and store it in separate buffers? -
i can read , load data fine bitmap image, not sure how can read data multiple channels. understand, read image header information , store entire image data (width*samplesperpixel) 1 large buffer, how divide buffer , load respective c,m,y,k data separate buffers? help?
thanks.
Comments
Post a Comment