TPNGFileFormat Class
ImagingNetworkGraphics | Legend | Members | Methods | Properties | Hierarchy

Class for loading Portable Network Graphics Images.

Pascal
public TPNGFileFormat = class(TNetworkGraphicsFileFormat);
File

ImagingNetworkGraphics (at line 104)

Description

Loads all types of this image format (all images in png test suite) and saves all types with bitcount >= 8 (non-interlaced only). Compression level and filtering can be set by options interface. 

Supported ancillary chunks (loading): tRNS, bKGD (for indexed images transparency contains alpha values for palette, RGB/Gray images with transparency are converted to formats with alpha and pixels with transparent color are replaced with background color with alpha = 0).

Hierarchy
Related Information
You are here: Symbol Reference > Classes > TPNGFileFormat Class