ImageGear Professional DLL v17.1 for Windows Accusoft
Lossless JPEG
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > User Guide > File Format Reference > ImageGear Supported Compressions Reference > Lossless JPEG

Glossary Item Box

Full Name Lossless JPEG compression
Compression ID IG_COMPRESSION_JPEG = 6
ImageGear Component Core
Bit Depth Gray level: 8, 16 bpp; RGB: 24, 48 bpp
File Formats DICOM, JPEG, TIFF
ImageGear Platforms Support WIN32, WIN64, Unix, Unix64, .NET, .NET64, MAC

Comments:

Lossless JPEG is an extension to the normal JPEG standard. One of the main algorithmic differences between the two is that the lossless JPEG does not apply a Discrete Cosine Transform. Rather, it uses a Predictive scheme. For each pixel, the values of one or several neighboring pixels are added to the value of the original pixel and then subtracted from the value of the original pixel. This method yields smaller values that require fewer bits per pixel to store.

ImageGear allows you to set the number of neighboring pixels to use in calculating the "predictor value".

©2012. Accusoft Corporation. All Rights Reserved.