JPX Compression (JPEG 2000)

An advanced image compression standard (ISO 15444) used in PDF documents since version 1.5 to provide superior image quality at lower bitrates than traditional DCT-based JPEG.

What is JPX Compression?

You are likely familiar with the standard **.jpg** format. While efficient, JPG uses "blocks" of 8x8 pixels to compress an image. When you compress a file too much, you see those ugly "checkerboard" squares. **JPX** (JPEG 2000) uses a totally different math called "Wavelets."

By using wavelets, JPX can shrink an image without creating blocks. Even at extreme compression, the image just looks "softer" rather than "broken." Within a PDF, JPX is an incredibly powerful tool for high-end photography and medical imaging where every detail matters.

JPX vs. Standard JPG

Why Use JPX in PDF?

Technical Specs

In the world of PDF, JPX compression is identified by the **JPXDecode** filter. It was introduced with PDF 1.5 and is now the preferred standard for high-quality image archiving within the **PDF/A** standards.

Real-World Examples

A museum is digitizing a collection of rare 19th-century oil paintings. They want the digital version to be as small as possible for the website while still allowing researchers to zoom in and see the individual cracks in the paint. By using **JPX Compression** inside their archival PDFs, the museum achieves a 50% smaller file size than standard JPEG, but with zero "blocky" artifacts in the detailed texture of the canvas.

An architect creates a PDF permit application that includes a high-resolution satellite photo of the building site. Because they use **JPX**, the city official who opens the PDF doesn't have to wait 2 minutes for a giant image to load. The official's computer only "decodes" the specific part of the map they are currently looking at, providing a lightning-fast experience even with a 1GB source image.

When Should You Use JPX Compression?