Namespace Aspose.Imaging.FileFormats.Bmp

Namespace Aspose.Imaging.FileFormats.Bmp

Namespaces

Numele spațiuluiDescription
Aspose.Imaging.FileFormats.Bmp.Structures

Classes

Numele claseiDescription
BitmapCoreHeaderDimensiuni și format de culoare DIB. denumirea titlului BITMAPCOREHEADER aka OS21XBitMapheader.
BitmapInfoHeaderSpecifica BITMAPINFOHEADER. suport OS: Windows NT, 3.1x sau mai târziu. caracteristici: Ads 16 bpp și 32 bp formate. ads compresie RLE.
BitmapV4HeaderStructura BitmapV4Header este fișierul de titlu de informații bitmap. Este o versiune extinsă a structurii BITMAPINFOHEADER. Structura BitmapV4Header este extinsă pentru a permite ca o imagine JPEG sau PNG să fie transmisă ca imagine de sursă la StretchDIBits.
BitmapV5HeaderStructura BitmapV5Header este fișierul de titlu de informații bitmap. Este o versiune extinsă a structurii BITMAPINFOHEADER. 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.
BmpImagePuteți gestiona fără efort fișierele Bitmap (BMP) și Device Independent Bit Map (DIB), facilitând manipularea eficientă și prelucrarea imaginilor raster. Performând diferite operațiuni pe imagini, această API simplifică fluxul de lucru, oferind dezvoltatorilor un set de instrumente fiabile pentru a lucra cu formate BMP și DIB în aplicațiile lor software.
Os22XBitmapHeaderUn OS/2 2.x OS22XBITMAPHEADER se numește Bitmapcoreheader2.

Enums

Numele EnumDescription
BitmapCompressionSpecifica diferite metode de compresie bitmap.
 Română