ApngOptions

Class ApngOptions

Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.dll

The APNG(Animated Portable Network Graphics) API is an modern image format aiming to create visually engaging animated images.This powerful API offers comprehensive features, including customizable frame duration and loop count, enabling precise control over animation sequences. Ideal for web graphics and interactive content, this API simplifies the integration of APNG files, allowing developers to enhance user experience with smooth and customizable animations.Utilize this API to create high-quality animated visuals tailored to your specific project needs.

public class ApngOptions : ApngOptions, IDisposable

Inheritance

object ← ImageOptions ← PngOptions ← ApngOptions ← ApngOptions

Implements

IDisposable

Inherited Members

PngOptions.ColorType, PngOptions.Progressive, ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ApngOptions()

public ApngOptions()

Properties

ColorPalette

Sets the color palette.

public ColorPalette ColorPalette { set; }

Property Value

ColorPalette

CompressionLevel

Gets or sets the compression level.

public int CompressionLevel { get; set; }

Property Value

int

Exceptions

Exception

Unexpected option type