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

How to add a CMYK image to a PDF…

TL;DR Printers operate in CMYK colour space rather than RGB, so adding a CMYK image to a PDF will ensure printing accuracy. The JPedal...
Jacob Collins
1 min read

Java PDF to AVIF conversion (Tutorial)

Why convert PDF files to AVIF images? A PDF is a vector image (so it is rendered when you display it at whatever size...
Jacob Collins
1 min read

How to write AVIF image files in Java (Tutorial)

In this article, I will cover how to write out images as AVIF files in Java. We also have a related article covering how...
Mark Stephens
41 sec read

Working with Images in Java

Java developers working with Image files have limited options. Since starting the company in 1999, we’ve been frustrated by the limited options available for...
Amy Pearson
2 min read

Scaling Images in Java with JDeli

In Java, you can easily scale images with the help of libraries like JDeli, which offers both standard and advanced scaling options. This guide...
Amy Pearson
2 min read

How to read AVIF files in Java (Tutorial)

Why do AVIF Images cause issues for Java Developers? ImageIO does not read AVIF file types by default so existing Java Applications will not...
Mark Stephens
1 min read