ApngOptions
Class ApngOptions
Namespace: Imagise.AnimationMaker.ImageOptions
Assembly: Imagise.AnimationMaker.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
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
DefaultFrameTime
Gets or sets the default frame time.
public uint DefaultFrameTime { get; set; }