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

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -