-
• #2
Ahh - I believe this may be related to how multi-byte pixels are interpreted in images. I think they're big endian while the Uint24Array is little endian?
Ahh - I believe this may be related to how multi-byte pixels are interpreted in images. I think they're big endian while the Uint24Array is little endian?
Hi!
I've just tried to write an image to my famous clock :) and found a bug with transparent color.
I expect transparent point is in first image line (I can find it even if image is mirrored because there is second color line near) but it is actually in last one. If I set transparent to 0x10000 I see transparent point in first line while expect it in last one.