Class AthenaImageBase
public abstract class AthenaImageBase
- Inheritance
-
AthenaImageBase
- Derived
- Inherited Members
Properties
Format
Gets the format of the image.
public abstract ImageFormat Format { get; }
Property Value
Methods
ComputeMd5Hash()
Computes the MD5 hash of the image data.
public virtual string ComputeMd5Hash()
Returns
- string
A lowercase hexadecimal string representing the MD5 hash.
ComputeSha1Hash()
Computes the SHA-1 hash of the image data.
public virtual string ComputeSha1Hash()
Returns
- string
A lowercase hexadecimal string representing the SHA-1 hash.
GetBytes()
Gets the raw byte representation of the image.
public abstract Span<byte> GetBytes()