Traneptora / jxlatte

Java JPEG XL decoder
MIT License
41 stars 6 forks source link

Add support for decoding into Java ImageIO BufferedImage #7

Closed Ali-RS closed 1 year ago

Ali-RS commented 1 year ago

Hi,

Thanks for providing this library

It would be nice to add a utility class for converting JXLImage to java BufferedImage. Or even better would be to add an ImageIO plugin so we can directly load via ImageIO.

What do you think?

Traneptora commented 1 year ago

Adding a method to convert from JXLImage to BufferedImage would be possible, but I don't know how to add an ImageIO plugin.

Ali-RS commented 1 year ago

Adding a convert method would be enough for my use case. Thanks!

Edit: By the way, does this library support loading transparent images?

hYdos commented 1 year ago

Adding a method to convert from JXLImage to BufferedImage would be possible, but I don't know how to add an ImageIO plugin.

Look at my fork

Traneptora commented 1 year ago

Implemented in f635efff05082078979d62a2893ca6890a3b00ba