JPEG 2000 is an image compression standard and coding system. It was created by the Joint Photographic Experts Group committee in 2000 with the intention of superseding their original discrete cosine transform-based JPEG standard (created in 1992) with a newly designed, wavelet-based method.

jpeg2000

How to write JPEG2000 Images in Java

In this article I will show you how to write JPEG2000 images in Java. We also have a related article covering how to read...
Mark Stephens
51 sec read

How to choose JPG versus JPEG2000 for image files

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

How to Read JPEG2000 in Java

In this article, I will talk you through how to read JPEG2000 images into a BufferedImage in Java. We also have a related article...
Sylwia Dorota Kedzia
38 sec read

Running JavaFX on a server

JavaFX on the server??? JavaFX is heavily promoted as a desktop technology to replace Swing. So it might seem slightly strange to suggest running...
Mark Stephens
1 min read

How to extract JPG data from PDF

It is actually possible to extract some raw images from the PDF file. In general, images do not exist inside a PDF file –...
Mark Stephens
1 min read