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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -