Updated: October 28, 2024 |
Determine the number of bits per pixel for the specified format
#include <img/img.h> #define IMG_FMT_BPP(_fmt) ...
This macro determines the number of bits per pixel for the specified data format.
The number of bits required to represent a single pixel.
Image library
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |