OpenFramework 0.9.2:如何从OfImage获取image.bpp值?

时间:2016-04-08 11:45:54

标签: c++ openframeworks

我认为bpp是图像保护的成员

喜欢从加载的图片中获取每像素的数字位,有些想法如何获得这个数字?

1 个答案:

答案 0 :(得分:0)

ofImage image;

// Load your image.

int bpp = image.getPixels().getBitsPerPixel();