Full Name | Lossless JPEG compression |
Compression ID | ImGearCompressions.JPEG = 6 |
ImageGear Assembly | ImageGear24.Core Assembly |
Bit Depth | Gray level: 8, 16 bpp; RGB: 24, 48 bpp |
File Formats | JPEG, DICOM, TIFF |
IG Platforms Support | WIN32, WIN64, Unix, Unix64, .NET, .NET64, MAC |
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".