ApngOptions

Class ApngOptions

Namespace: Imagise.Converter.ImageOptions
Assembly: Imagise.Converter.dll

The API for Animated PNG (Animated Portable Network Graphics) image file format creation is a dynamic tool for developers seeking to generate captivating animated images. With customizable options such as frame duration and the number of times to loop, this API allows for fine-tuning animated content according to specific needs. Whether creating engaging web graphics or interactive visuals, you can leverage this API to seamlessly incorporate APNG images with precise control over animation parameters.

public class ApngOptions : PngOptions, IDisposable

Inheritance

object ← ImageOptions ← PngOptionsApngOptions

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()

Initializes a new instance of the class.

public ApngOptions()