CodeGlyphX logo
CodeGlyphX

API Reference

Struct

WebpMetadata

Namespace CodeGlyphX.Rendering.Webp
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

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

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 optionalposition: 0
exif System.Byte[] = null optionalposition: 1
xmp System.Byte[] = null optionalposition: 2

Properties

public Byte[] Icc { get; } #

ICC profile payload.

public Byte[] Exif { get; } #

EXIF payload.

public Byte[] Xmp { get; } #

XMP payload.

public Boolean HasData { get; } #

Indicates whether any metadata is present.