An Image is a numeric representation (normally it is binary) of a two-dimensional image. Depending on whether the image resolution is fixed (non changeable), it may be of vector or raster type. Without qualifications, the term “image” usually refers to raster images also called bitmap images.

Image

What is JPEG XL?

What is the JPEG XL image format? JPEG XL (ISO/IEC 18181) is an open-source file format for raster-graphics that is effective for lossy and...
Amy Pearson
1 min read

How to read JPEG XL images in Java (Tutorial)

In this article, I will show you how to read JPEG XL images in Java. JPEG XL is a relatively new format so it...
Mark Stephens
53 sec read

What is AVIF image format?

What is AVIF? AVIF stands for AV1 Image File Format  and is used for storing images and video. It uses the same container format...
Mark Stephens
59 sec read

Comparing WebP compression algorithms

In this article we will be comparing algorithms to compress webp image. To do this, we will be using our Java image library, JDeli....
Amy Pearson
1 min read

How to read PDF files in Java?

In this article I will show you how you can read PDF in Java, using JPedal’s PDF library. How to read PDF files in...
Promil
2 min read