API Reference
Struct
WebpMetadata
Optional WebP metadata chunks (ICCP/EXIF/XMP).
Inheritance
- ValueType
- WebpMetadata
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method WebpWriter.WriteAnimationRgba32
- Method WebpWriter.WriteAnimationRgba32
- Method WebpWriter.WriteAnimationRgba32Lossy
- Method WebpWriter.WriteAnimationRgba32Lossy
- Method WebpWriter.WriteRgba32
- Method WebpWriter.WriteRgba32Lossy
- Method WebpWriter.WriteRgba32Lossy
Constructors
public WebpMetadata(Byte[] icc = null, Byte[] exif = null, Byte[] xmp = null) #Creates metadata with optional ICC/EXIF/XMP payloads.
Parameters
- icc System.Byte[] = null
- exif System.Byte[] = null
- xmp System.Byte[] = null
Inherited Methods
Properties
public Boolean HasData { get; } #Indicates whether any metadata is present.