imago
imago copied to clipboard
Doesn't work with 16 bit pngs
When I try to load 16 bit pngs with this library, it returns all zero values in every channel. 8 bit appears fine though.
Sorry for taking so long to answer. Clearly, imago supports only 8 bits per channel (rgb-pixel
is only 32 bits wide), it must throw a condition when it sees an image with 16 bits per channel, but it doesn't. Have you tried opticl, for example?
I'm currently writing a new loader based on pngload
which is both faster and well-behaved when dealing with broken images or images with non-standard/unknown chunks.