TPNGExportFormat.PixelFormat
TPNGExportFormat
property PixelFormat: TPixelFormat;
Unit
TeePNG
Description
The PixelFormat property specifies the pixel depth (number of bits per pixel) of the PNG image.
By default PNG images are saved using 24 bits per pixel (8 bits for each of the 3 colors that make a pixel , red, green and blue).
You can use PixelFormat to create other color depth resolution images.