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 choose JPEG versus JPEG 2000 for image…

Since we started to support both JPEG and JPEG 2000 as image file outputs in our software, we have found that this is a...
Mark Stephens
1 min read

Image Rotation In Java

In this article I will show you how to rotate images in Java. The simplest way to rotate an image in Java is to...
Amy Pearson
1 min read

Image Scaling in Java

In this article I will show you how to scale an Image in Java. The simplest way to scale an image in Java is...
Amy Pearson
1 min read

Image conversion in Java

In this article, I will explain why Java is a language to use for image conversion and also introduce you to our JDeli image...
Bethan Palmer
1 min read

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