LEADTOOLS Image Compression Optimizer SDK
Optimize images for websites or applications by reducing colors and maximizing compression. LEADTOOLS provides high-level functionality to optimize certain image file formats by using the optimal bits per pixel and compression settings based on specific optimization and format options. Optimizing images can speed up downloading from the Internet and reduce bandwidth requirements on the network.
- Image Compression Optimization technology available as C DLL, C++ classes, and .NET classes
- Add the LEADTOOLS Image Compression Optimizer to single and multi-threaded applications
- Native 32 and 64 bit binaries for Image Compression Optimization
LEADTOOLS currently supports the formats mostly supported by the web browsers. These formats include:
- JPEG File (FILE_JPEG), Bits per pixel: 8 for grayscale, 24 for color.
- JPEG 411 File (FILE_JPEG_411), Bits per pixel: 8 for grayscale, 24 for color
- JPEG 422 File (FILE_JPEG_422), Bits per pixel: 8 for grayscale, 24 for color.
- EXIF JPEG 4:1:1 File (FILE_EXIF_JPEG_411), Bits per pixel: 24 (color only)
- EXIF JPEG 4:2:2 File (FILE_EXIF_JPEG_422), Bits per pixel: 24 (color only).
- GIF File (FILE_GIF), (Bits per pixel: 1, 2, 3, 4, 5, 6, 7, and 8)
- PNG File (FILE_PNG), (Bits per pixel: 1, 4, 8, 24, and 32).
- BMP Without RLE Compression File (FILE_BMP), (Bits per pixel: 1, 4, 8, 16, 24, and 32).
- BMP With RLE Compression File (FILE_BMP_RLE), (Bits per pixel: 4, and 8).
