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

Understanding the PDF file format – Text, shapes and…

I have been looking at an issue for a potential client recently which required the generation of different views of the page. This is...
Mark Stephens
1 min read

How Are Images Stored in a PDF file?

How are images stored in a PDF file? When I was learning the PDF file format, I found Images could be quite a complex...
Mark Stephens
1 min read

How to Convert a Java BufferedImage between Colorspaces

The Java BufferedImage class provides a very powerful ‘abstraction’ of images in Java. It lets you create a huge array of image types which...
Mark Stephens
59 sec read

BufferedImage raster data in Java

Most of the time, the abstraction you get in Java is brilliant. It hides the complexity and lets you get on with real-life problem...
Mark Stephens
1 min read