typedef enum _DOCWRTCOLORIMGCOMP
{
DOCWRTCOLORIMGCOMP_FLATE_JPEG = 0,
DOCWRTCOLORIMGCOMP_LZW_JPEG,
DOCWRTCOLORIMGCOMP_FLATE,
DOCWRTCOLORIMGCOMP_LZW,
DOCWRTCOLORIMGCOMP_JPEG,
DOCWRTCOLORIMGCOMP_FLATE_JPX,
DOCWRTCOLORIMGCOMP_LZW_JPX,
DOCWRTCOLORIMGCOMP_JPX
} DOCWRTCOLORIMGCOMP, *pDOCWRTCOLORIMGCOMP;
The DOCWRTCOLORIMGCOMP enumeration provides compression information for colored images.
Use JPEG compression on grayscale 8BPP images or images which are more than 8BPP; otherwise, use flate compression.
Use JPEG compression on grayscale 8BPP images or images which are more than 8BPP; otherwise, use LZW compression.
Use flate compression when compressing colored images.
Use LZW compression when compressing colored images.
Use JPEG compression when compressing colored images.
Use JPX compression on grayscale 8BPP images or images which are more than 8BPP; otherwise, use flate compression.
Use JPEG compression on grayscale 8BPP images or images which are more than 8BPP; otherwise, use LZW compression.
JPX compression will be used for all images.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document