Images

Lanczos3 algorithm as a way to produce better image…

Image scaling options Recently at IDR Solutions, I have been looking for ways to provide higher image quality when down-sampling images in Java with...
suda
1 min read

How to generate smaller PNG files in Java

As you may already know, PNG is a lossless image format which has comparatively larger file sizes when compared to JPEG. But often PNG is...
suda
1 min read

How does Image Aspect Ratio work in SVG

SVG is a fantastic technology that is becoming increasingly popular as our web browsers get increasingly more powerful. I actually think that SVG offers...
Leon Atherton
1 min read

Why we are planning to remove Canvas in our…

Ever since we began writing our PDF to HTML5 converter a little over 2 years ago, we have chosen the HTML5 canvas as the...
Leon Atherton
2 min read

How to convert from BufferedImage to JavaFX 2.2 Image

Until recently, if you wanted to load a BufferedImage in JavaFX you were out of luck – the only way to do it was...
Leon Atherton
50 sec read