TdxGPImageCodecJPEG Members
In This Article
#Properties
Name | Description |
---|---|
Quality | Specifies the JPEG quality level (as a percentage) for image compression. |
#Methods
Name | Description |
---|---|
Can |
Identifies if the codec can interpret an array of pixel colors as an image.
Inherited from Tdx |
Can |
Identifies if the codec can load an image stored in the specified stream.
Inherited from Tdx |
Can |
Identifies if the codec can save a specific image stored in memory.
Inherited from Tdx |
Description |
Returns the image format description.
Inherited from Tdx |
Equals |
Inherited from TObject. |
Extensions |
Returns all file name extensions that correspond to the image format.
Inherited from Tdx |
Get |
Returns the clipboard format ID that corresponds to the implemented image format.
Inherited from Tdx |
Get |
Inherited from TObject. |
Get |
Returns pixel dimensions of an image stored in a stream.
Inherited from Tdx |
ID protected |
Returns the deprecated format identifier that corresponds to the image codec.
Inherited from Tdx |
Load |
Loads an image from an array of pixel data.
Inherited from Tdx |
Load |
Inherited from Tdx |
Mime |
Returns the MIME content type associated with the image format that corresponds to the codec.
Inherited from Tdx |
Save |
Inherited from Tdx |
To |
Inherited from TObject. |
#Constants
Name | Description |
---|---|
Default |
Specifies the default compression rate for saved images in JPEG format. |
See Also