Back to Devexpress

TdxGPImageCodecTIFF Class

vcl-dxgdiplusclasses-03c07afd.md

latest2.5 KB
Original Source

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 | MimeTypeReturn the implemented format description, associated MIME type, and file name extensions.CanLoadFromBitsAllows you to identify if the codec can load an image from pixel data.CanLoadStreamIdentifies whether the specified stream contains supported image data.GetSizeReturns dimensions of an image stored in a stream.CanSaveImageAllows you to check if the codec can save the specified image.Load | SaveLoad 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

TObject TdxSmartImageCodec TdxGPImageCodec TdxGPImageCodecTIFF

See Also

TdxGPImageCodec Class

TdxSVGImageCodec Class

TdxSmartImageCodecClass Type

TdxGPImageCodecTIFF Members

dxGDIPlusClasses Unit