vcl-dxgdiplusclasses-2332790a.md
A Portable Network Graphics (PNG) image format codec.
TdxGPImageCodecPNG = class(
TdxGPImageCodec
)
The TdxGPImageCodecPNG class implements the Portable Network Graphics (PNG) image format in DevExpress products. This codec relies on the functionality of the native PNG encoder from the Windows Imaging Component (WIC).
The list below outlines key members of the TdxGPImageCodecPNG class that allow you to perform basic operations with images.
Extensions | Description | MimeTypeReturn the implemented format description, associated MIME type, and file name extensions.CanLoadFromBitsAllows you to identify if the codec can load an image from pixel data.CanLoadStreamIdentifies whether the specified stream contains supported image data.GetSizeReturns dimensions of an image stored in a stream.CanSaveImageAllows you to check if the codec can save the specified image.Load | SaveLoad and save images.
You can assign a reference to the TdxGPImageCodecPNG class to a Smart Image container’s ImageCodec property to convert an image in the container to the PNG format.
TObject TdxSmartImageCodec TdxGPImageCodec TdxGPImageCodecPNG
See Also