LEADTOOLS provides several functions for getting information on various aspects of bitmaps. The following functions provide information on bitmap characteristics such as dimension, color order, size, resolution, etc.
Information about the memory associated with a bitmap can be obtained using the following functions:
LBitmapBase::IsUsingConventionalMemory
LBitmapBase::IsUsingDiskMemory
To get information about display characteristics of a bitmap, use the following functions:
LBitmapBase::GetDefaultDithering
LBitmapBase::GetDitheringMethod
LBitmapBase::GetPaintIntensity
The following functions get general information about a bitmap:
LBitmapBase::GetViewPerspective
Several of the characteristics mentioned above can also be set for a bitmap using the following functions:
LBitmapBase::SetDitheringMethod
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