Skip to content

umjammer/vavi-image-jxlatte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

321 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Java CI CodeQL Java

vavi-image-jxlatte

jpeg-xl logo  © JPEG

Pure java JPEG XL Decoder Java ImageIO SPI Plugin powered by jxlatte

Install

Usage

    BufferedImage image = ImageIO.read(Paths.get("/foo/bar.jxl").toFile());

References

TODO

  • something wrong -> alpha detection, index and bitDepth
    • blendmodes_5.jxl
    • wb-rainbow.jxl

Features

Supported features:

  • All static Modular images
    • All lossless images
    • All JXL Art
    • All Lossy Modular images
  • All static VarDCT Images
    • All JPEG reconstructions
    • Other static VarDCT images
    • Varblock Visualization
  • Output:
    • PNG
      • SDR
      • HDR
    • PFM

Features not yet supported at this time:

  • Progressive Decoding
  • Region-of-interest Decoding
  • Animation

About

🖼️ JPEG XL Java ImageIO SPI powered by jxlatte (pure java)

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • Java 100.0%