Images

Understanding the PDF File Format

compressWe 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
3 min read

How to embed base64 images in HTML

When creating HTML files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
Kieran France
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

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