Alicia Alicia is part of the IDRsolutions marketing team. She enjoys creating new and innovative content and running our social media channels.

Are you a Java Developer working with Image files?

Read and write images in Java with JDeli

What is GIF?

30 sec read

GIF

What is GIF?

GIF is a lossless, bitmap image format which became popular on the world wide web because it supports transparency and simple animations in browsers. It can support up to 256 different colours from a 24bit range of RGB values. It uses LZW compression (which was subject to patents owned by Unisys). Issues over this in 1990s, led it to be largely replaced by the PNG format in modern usage.

The file name extension for GIF files is: .gif

What does GIF stand for?

GIF stands for Graphics Interchange Format.

Is GIF a video or an image?

Although GIFs can move they are counted as images, therefore it can be treated as an image.

How to open GIF files in Java?

There are several commercial GIF solutions available. Our JDeli library allows you to read, write and display GIF files.



Find out how to read and write images files in Java with JDeli:

Read: BufferedImage image = JDeli.read(streamOrFile);

Write: JDeli.write(myBufferedImage, OutputFormat.HEIC, outputStreamOrFile)

Learn more >>

Alicia Alicia is part of the IDRsolutions marketing team. She enjoys creating new and innovative content and running our social media channels.

What is JBIG2?

JBIG2 is a lossless and lossy compression standard for bi-level images like scanned documents, offering high compression ratios by identifying and encoding similar shapes...
chika
47 sec read