Link
Skip to main content

Release January 2018

Version 7.3.0: 26th January 2017

Key features at a glance

  • Static read and write methods added to make it very easy to replace ImageIO usage with JDeli

Changes and Enhancements

  • Read method has been added to JDeli
    We have added a method which can open files with extension of jpg, jpeg, jp2, jpx, dcm, png, webp, sgi, rgb, tiff, psd and bmp
  • Write method has been added to JDeli
    We have added a method which compresses a BufferedImage into a given output format (PNG, JPEG or TIFF)
  • Memory usage improved for JPEG image formats
    We have improved the way we handle JPEG images to improve memory usage

Why JDeli?

  • Support image formats such as AVIF, HEIC and JPEG XL (AVIF soon) that are not supported in Java.
  • Process images up to 3x faster than ImageIO and alternative Java image libraries.
  • Prevent JVM crashes caused by native code in other image libraries such as ImageIO.
  • Handle JPEG, PNG, TIFF image file formats fully in Java.
  • Keep your Image files secure as JDeli makes no calls to any external system or third party library.

Learn more about JDeli

Start Your Free Trial