Leo Izen
Leo Izen
It's on the list of things to do. Also the file you linked is a writer, not a reader.
I removed all the BufferedImage and WritableRaster code because `java.awt` isn't available on android. Currently `JXLImage` produces an array of `ImageBuffer` which can be then turned into a `BufferedImage` by...
It's recommended to not use `ImageIO.write()` to output PNG files because it notably doesn't write any color information to the PNG file (this is why I rolled my own primitive...
Currently there is not. It is something I could do, but I haven't added it yet.
At the moment, you can't, other than the alpha channel. It's on the TODO list.
I'm not going to give you a programming lesson on how to debug your own code
> I had to restore some deleted png files. Turns out that the exact file size couldn't be restored, so the last (file system) block was zero-filled. I couldn't find...
My plan for hydrium has been to pivot toward patch frames anyway instead of frame blending. The ICC tag feature was mostly just to test this exact issue. The actual...