LEADTOOLS reads and writes the following BMP formats:
Windows Bitmap (BMP). This is a file format created by Microsoft. Some BMP images are compressed with RLE-type compression.
OS/2 Bitmap (OS/2 BMP). These are files created on an OS/2 operating system. LEADTOOLS supports both 1.x and 2.x formats.
File constants associated with these file formats are:
Constant | Read Support | Write Support | Description |
Bmp | 1, 4, 8, 16, 24, 32 BPP | 1, 4, 8, 16, 24, 32 BPP |
Windows BMP, with no compression.
Platforms: .NET 2/3, .NET 4, Silverlight, Android |
BmpRle | 4, 8 BPP | 1, 4, 8, 24 BPP |
Windows BMP, with RLE compression.
Platforms: .NET 2/3, .NET 4, Silverlight |
Os2 | 1, 4, 8, 16, 24 BPP | 1, 4, 8, 16, 24 BPP |
OS/2 BMP version 1.x.
Platforms: .NET 2/3, .NET 4 |
Os22 | 1, 4, 8, 16, 24 BPP | 1, 4, 8, 16, 24 BPP |
OS/2 BMP version 2.x.
Platforms: .NET 2/3, .NET 4 |
For a listing of the exact DLLs needed, based on the toolkit version, refer to Files To Be Included With Your Application and Leadtools.Codecs.
Related Formats: PBM - Portable Bitmap Utilities Format, PCX - PCX Format, WBMP - Wireless Bitmap Format, XPM - XPicMap, XBM - XBitMap Format.
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