TdxGPImageCodecPNG Members
A Portable Network Graphics (PNG) image format codec.Methods
Name | Description |
---|---|
CanLoadFromBits | Identifies if the codec can interpret an array of pixel colors as an image. Inherited from TdxSmartImageCodec. |
CanLoadStream(TStream) | |
CanSaveImage(TdxSmartImageCustomHandle) | Identifies if the codec can save a specific image stored in memory. Inherited from TdxSmartImageCodec. |
Description | Returns the image format description. Inherited from TdxSmartImageCodec. |
Equals(TObject) | Inherited from TObject. |
Extensions | Returns all file name extensions that correspond to the image format. Inherited from TdxSmartImageCodec. |
GetClipboardFormatId | Returns the clipboard format ID that corresponds to the implemented image format. Inherited from TdxSmartImageCodec. |
GetHashCode | Inherited from TObject. |
GetSize(TStream,TSize) | Returns pixel dimensions of an image stored in a stream. Inherited from TdxSmartImageCodec. |
ID protected | |
Load(TRGBColors,TAlphaFormat,Integer,Integer,TdxSmartImageCustomHandle) | Loads an image from an array of pixel data. Inherited from TdxSmartImageCodec. |
Load(TStream,TdxSmartImageCustomHandle) | Inherited from TdxGPImageCodec. |
MimeType | Returns the MIME content type associated with the image format that corresponds to the codec. Inherited from TdxSmartImageCodec. |
Save(TStream,TdxSmartImageCustomHandle) | Inherited from TdxGPImageCodec. |
ToString | Inherited from TObject. |
See Also