Namespace Aspose.Imaging.FileFormats.Bmp

Namespace Aspose.Imaging.FileFormats.Bmp

Namespaces

Namespace naamDescription
Aspose.Imaging.FileFormats.Bmp.Structures

Classes

KlassennaamDescription
BitmapCoreHeaderDimensies en kleurformaat van DIB. headernaam BITMAPCOREHEADER aka OS21XBIT MAPHEDER.
BitmapInfoHeaderSpecificeert BITMAPINFOHEADER. OS ondersteuning: Windows NT, 3.1x of later. Features: Ads 16 bpp en 32 bp formaten. Adds RLE compression.
BitmapV4HeaderDe BitmapV4Header structuur is de bitmap informatie header bestand. Het is een verlengde versie van de BITMAPINFOHEADER-structuur. De BitmapV4Header-structuur wordt uitgebreid om een JPEG of PNG-afbeelding als bronbeeld naar StretchDIBits te kunnen overdragen.
BitmapV5HeaderDe BitmapV5Header structuur is de bitmap informatie header bestand. Het is een verlengde versie van de BITMAPINFOHEADER-structuur. If bV5Height is negative, indicating a top-down DIB, bV5Compression must be either BI_RGB or BI_BITFIELDS. Top-down DIBs cannot be compressed. The Independent Color Management interface (ICM) 2.0 allows International Color Consortium (ICC) color profiles to be linked or embedded in DIBs (DIBs). See Using Structures for more information. When a DIB is loaded into memory, the profile data (if present) should follow the color table, and the bV5ProfileData should provide the offset of the profile data from the beginning of the BITMAPV5HEADER structure. The value stored in bV5ProfileData will be different from the value returned by the sizeof operator given the BITMAPV5HEADER argument, because bV5ProfileData is the offset in bytes from the beginning of the BITMAPV5HEADER structure to the start of the profile data. (Bitmap bits do not follow the color table in memory). Applications should modify the bV5ProfileData member after loading the DIB into memory. For packed DIBs, the profile data should follow the bitmap bits similar to the file format. The bV5ProfileData member should still give the offset of the profile data from the beginning of the BITMAPV5HEADER. Applications should access the profile data only when bV5Size equals the size of the BITMAPV5HEADER and bV5CSType equals PROFILE_EMBEDDED or PROFILE_LINKED.
BmpImageU kunt moeiteloos Bitmap (BMP) en Device Independent Bit Map (DIB) bestanden beheren, het vergemakkelijken van efficiënte manipulatie en verwerking van rasterbeelden. Door verschillende operaties op afbeeldingen te verrichten, versnelt deze API de werkstroom, biedt ontwikkelaars een betrouwbare toolkit voor het werken met BMP en DIB formaten in hun software-applicaties.
Os22XBitmapHeaderEen OS/2 2.x OS22XBITMAPHEADER staat voor BITmAPCOREHeader2.

Enums

Enum naamDescription
BitmapCompressionSpeel verschillende bitmap compressie methoden.
 Nederlands