Link

Viewing an image in JDeli Viewer

We have introduced a Viewer into our JDeli product to allow you easily view an image and its metadata (if applicable)

Open JDeli Viewer

You can open the JDeli Viewer through the following command

java -jar jdeli.jar --view

Display an image in JDeli Viewer

You can choose to display a specific image in JDeli Viewer directly through the same command if you pass the file as an additional parameter

java -jar jdeli.jar --view image.heic

You can check out our Java Image Viewer on our Github.


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.

Start Your Free Trial