Class WebPImageInfo
Information about a WebP image, retrieved without full decoding.
public class WebPImageInfo
- Inheritance
-
WebPImageInfo
- Inherited Members
Properties
Format
0 = undefined/mixed, 1 = lossy, 2 = lossless
public int Format { get; }
Property Value
HasAlpha
Whether the image contains an alpha channel.
public bool HasAlpha { get; }
Property Value
HasAnimation
Whether the image is an animated WebP.
public bool HasAnimation { get; }
Property Value
Height
Image height in pixels.
public int Height { get; }
Property Value
Width
Image width in pixels.
public int Width { get; }