How to know if palette png is with alpha or not?
I get information about the image png_get_IHDR
After that i look at color_type - PNG_COLOR_TYPE_PALETTE
But i can't find how to know if this png image has alpha channel or not.
See Question&Answers more detail:os