Determines whether the file has a palette and multiple-resolutions.
public bool IsMultiLoadResolutionWithPalette {get;}
Public ReadOnly Property IsMultiLoadResolutionWithPalette() As Boolean
Get
public:
property bool IsMultiLoadResolutionWithPalette
{
bool get()
}
true if the file has a palette and multiple-resolutions; otherwise, false.
Some file formats such as JPEG2000 support multiple resolutions, and if the file has a palette, then applying it to the lower resolution would produce very low quality images.
For instance, when getting the image information of a lossless J2K file with multiple resolutions and a palette (8 bits per pixel), the value of IsMultiLoadResolutionWithPalette will be true. Loading the image at the highest resolution will apply the palette and produce proper image data (as 8-bit color).
At the lower resolution, the pixel values are not accurate and if the palette is applied it will produce bad quality data (grayscale). Therefore, if the value of IsMultiLoadResolutionWithPalette is true, the user should not load the image at a lower resolution for display purposes.
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