标签: c++ openframeworks
我认为bpp是图像保护的成员
喜欢从加载的图片中获取每像素的数字位,有些想法如何获得这个数字?
答案 0 :(得分:0)
ofImage image; // Load your image. int bpp = image.getPixels().getBitsPerPixel();