Table of Contents

Class WebPImageInfo

Namespace
Imazen.WebP
Assembly
Imazen.WebP.dll

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

int

HasAlpha

Whether the image contains an alpha channel.

public bool HasAlpha { get; }

Property Value

bool

HasAnimation

Whether the image is an animated WebP.

public bool HasAnimation { get; }

Property Value

bool

Height

Image height in pixels.

public int Height { get; }

Property Value

int

Width

Image width in pixels.

public int Width { get; }

Property Value

int