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

Image scaling options in Java

In this article I will give you more information about Image scaling options and some sample code. When scaling up a bitmap image, more...
Bethan Palmer
1 min read

Using super-resolution imaging to improve scaling

The basic idea of super-resolution imaging is the ability to scale up images and maintain visual quality either for people to view or for...
Daniel Warren
1 min read

Downsampling by averaging

All the techniques for downsampling involve tradeoffs in terms of speed, quality, and memory usage. They also tend to do better on some types...
Mark Stephens
1 min read

How to read GIF files in Java

In this article, I will show you how to read GIF files in Java. We also have a related article covering how to write GIF files...
Patrick Sheppard
32 sec read

How to read WMF images in Java

In this post, I will show you how to read WMF images in Java. We also have a related article covering how to convert...
Daniel Warren
57 sec read