ImagePixelFormat
Énumération ImagePixelFormat
Spécifie le format pixel pour les images générées.
public enum ImagePixelFormat
Valeurs
Nom | Valeur | Description |
---|---|---|
Format1bppIndexed | 1 | 1 bit par pixel, indexé. |
Format4bppIndexed | 4 | 4 bits par pixel, indexé. |
Format8bppIndexed | 8 | 8 bits par pixel, indexé. |
Format24bppRgb | 24 | 24 bits par pixel, RGB. |
Format32bppArgb | 32 | 32 bits par pixel, ARGB. |
Voir aussi
- namespace Aspose.Slides.Export
- assembly Aspose.Slides