| 2605 | } |
| 2606 | |
| 2607 | unsigned lodepng_get_channels(const LodePNGColorMode* info) |
| 2608 | { |
| 2609 | return getNumColorChannels(info->colortype); |
| 2610 | } |
| 2611 | |
| 2612 | unsigned lodepng_is_greyscale_type(const LodePNGColorMode* info) |
| 2613 | { |
nothing calls this directly
no test coverage detected