Images

Understanding the PDF File Format

We have been working with PDF files since 1999 and developed complex software to display PDF files. We have learnt a lot about the...
Leon Atherton
4 min read

How to embed base64 images in HTML (Tutorial)

When creating HTML files you can include images by several means using local images, external URLs, and by embedding image as base64 content. This...
Kieran France
58 sec 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

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