FileFormat

TgaImage.FileFormat property

Get crucial information about the file format of the image represented by this instance of TgaImage. Understanding the file format is essential for compatibility checks and ensuring seamless integration within software systems, enabling efficient processing and manipulation of images.

public override FileFormat FileFormat { get; }

See Also