Searched defs:bit_depth (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/standard/libavifinfo/ |
H A D | avifinfo.h | 39 uint32_t bit_depth; // Likely 8, 10 or 12 bits per channel per pixel. member
|
H A D | avifinfo.c | 154 uint8_t bit_depth, num_channels; member 356 const uint32_t bit_depth = AvifInfoInternalReadBigEndian(data, 1); in ParseIpco() local
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_png.c | 130 int bit_depth, color_type, interlace_type, unit_type; in gdImageCreateFromPngCtx() local 491 int i, j, bit_depth = 0, interlace_type; in gdImagePngCtxEx() local
|
/PHP-8.2/ext/standard/ |
H A D | image.c | 577 int highest_bit_depth, bit_depth; in php_handle_jpc() local
|
Completed in 18 milliseconds