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

Java PDF to GIF conversion (Tutorial)

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

Java PDF to JPEG conversion (Tutorial)

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

PDFBox Alternative for Java: JPedal

Apache PDFBox and JPedal both date back to the early 2000s. For most of that time the two projects ran in parallel: different teams,...
Jacob Collins
3 min read

How to write TIFF images in Java (Tutorial)

TL;DR: Java’s ImageIO has partial TIFF support, but it regressed between Java 8 and Java 11 and images that wrote correctly in Java 8...
Amy Pearson
4 min read

How to write HEIC image files in Java (Tutorial)

TL;DR: Java’s ImageIO has no HEIC support. To write HEIC files in Java you need an external library. JDeli is the only pure Java...
Mark Stephens
3 min read