Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGPImageCodecTIFF Class

A Tagged Image File Format (TIFF) codec.

#Declaration

Delphi
TdxGPImageCodecTIFF = class(
    TdxGPImageCodec
)

#Remarks

The TdxGPImageCodecTIFF class implements the Tagged Image File Format (TIFF) in DevExpress products. This codec relies on the functionality of the native TIFF encoder from the Windows Imaging Component (WIC).

#Main API Members

The list below outlines key members of the TdxGPImageCodecTIFF class that allow you to perform basic operations with images.

Extensions | Description | MimeType
Return the implemented format description, associated MIME type, and file name extensions.
CanLoadFromBits
Allows you to identify if the codec can load an image from pixel data.
CanLoadStream
Identifies whether the specified stream contains supported image data.
GetSize
Returns dimensions of an image stored in a stream.
CanSaveImage
Allows you to check if the codec can save the specified image.
Load | Save
Load and save images.

#TdxGPImageCodecTIFF Class References

You can assign a reference to the TdxGPImageCodecTIFF class to a Smart Image container’s ImageCodec property to convert an image in the container to the TIFF format.

#Inheritance

See Also