TdxSmartImageCodec Methods
The base class for all image codec classes.
Name | Description |
---|---|
Can |
Identifies if the codec can interpret an array of pixel colors as an image. |
Can |
Identifies if the codec can load an image stored in the specified stream. |
Can |
Identifies if the codec can save a specific image stored in memory. |
Description | Returns the image format description. |
Equals |
Inherited from TObject. |
Extensions | Returns all file name extensions that correspond to the image format. |
Get |
Returns the clipboard format ID that corresponds to the implemented image format. |
Get |
Inherited from TObject. |
Get |
Returns pixel dimensions of an image stored in a stream. |
ID protected | Returns the deprecated format identifier that corresponds to the image codec. |
Load |
Loads an image from an array of pixel data. |
Load |
Loads an image from a stream. |
Mime |
Returns the MIME content type associated with the image format that corresponds to the codec. |
Save |
Saves an image stored in memory to a stream. |
To |
Inherited from TObject. |
See Also