CanLoadFromBits
|
Identifies if the codec can interpret an array of pixel colors as an image.
|
CanLoadStream(TStream)
|
Identifies if the codec can load an image stored in the specified stream.
|
CanSaveImage(TdxSmartImageCustomHandle)
|
Identifies if the codec can save a specific image stored in memory.
|
Description
|
Returns the image format description.
|
Equals(TObject)
|
|
Extensions
|
Returns all file name extensions that correspond to the image format.
|
GetClipboardFormatId
|
Returns the clipboard format ID that corresponds to the implemented image format.
|
GetHashCode
|
|
GetSize(TStream,TSize)
|
Returns pixel dimensions of an image stored in a stream.
|
ID
protected
|
Returns the deprecated format identifier that corresponds to the image codec.
|
Load(TRGBColors,TAlphaFormat,Integer,Integer,TdxSmartImageCustomHandle)
|
Loads an image from an array of pixel data.
|
Load(TStream,TdxSmartImageCustomHandle)
|
|
MimeType
|
Returns the MIME content type associated with the image format that corresponds to the codec.
|
Save(TStream,TdxSmartImageCustomHandle)
|
|
ToString
|
|