With LEADTOOLS imaging SDKs, .NET (C# & VB), WPF, C/C++ and web developers can create Mixed Raster Content images which simultaneously maximize image compression and image quality. Most image formats require a sacrifice in one or the other but MRC segments the image into similar sections so they can be compressed with the optimum algorithm based on the characteristics of the bitmap area.
For more information see LEADTOOLS Mixed Raster Content (MRC) SDK.
The PDF Compressor supports saving files through Mixed Raster Content (MRC) technology. Most PDF files are saved as a single-page 24-bit (color) or 1-bit (black-and-white) raster image. Using the LEADTOOLS PDF Compressor with MRC engine, this compressor can be used to break down a page/image into smaller segments, saving each segment using compression appropriate for that segment. Thus, one page of a PDF file may have an image segment that is compressed using JPEG compression, some text in another segment that is compressed using JBIG2 compression, and another area that is compressed using CCITT compression. This whole process works to provide a PDF file with the highest-possible compression and best-possible quality, as compared to a standard Raster PDF file. Output options depend on the segmentation technique used.
With LEADTOOLS MRC technique, choose from CCITT G3 1D, CCITT G4 2D, CCITT G4 or JBIG for best compression of 1 bit areas.
With PDF segmentation through MRC technique, choose from ZIP, LZW, Fax G3 1D, Fax G3 2D, Fax G4 or JBIG2 for best compression of 1 bit areas.
Choose from JBIG, GIF (LEADTOOLS MRC), ZIP, or LZW (PDF through segmentation) for best compression of 2 bit areas.
Compress color areas with JPEG, CMW, CMP (LEADTOOLS MRC), ZIP, or LZW (PDF through segmentation).
Supported Platforms
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET