Enum ImagePixelFormat
- Namespace
- Slidize
- Assembly
- Slidize.Plugins.dll
Specifies the pixel format for the generated images.
public enum ImagePixelFormat
Fields
Format1bppIndexed = 11 bits per pixel, indexed.
Format24bppRgb = 2424 bits per pixel, RGB.
Format32bppArgb = 3232 bits per pixel, ARGB.
Format4bppIndexed = 44 bits per pixel, indexed.
Format8bppIndexed = 88 bits per pixel, indexed.