is there any way to know an image is png32 or png8 in runtime state ?
because, I need to know which image use how much heap when it s loaded.
I can compute it with image.width x image.height. but, I need to know 32 or 8 bit depth to know exact heap size.

Reply With Quote

