WebPOptions
Class WebPOptions
Namespace: Imagise.AnimationMaker.ImageOptions
Assembly: Imagise.AnimationMaker.dll
Create modern WebP images using our API, which offers extensive support for both lossless and lossy compression.This API also enables alpha channels and animation loops, making it a versatile tool for developing dynamic web visuals.By optimizing file sizes, you can enhance your website’s performance, ensuring faster loading times and a superior user experience. Leverage this API to deliver high-quality, efficient WebP images that elevate your web content.
public class WebPOptions : WebPOptions, IDisposable
Inheritance
object ← ImageOptions ← WebPOptions ← WebPOptions
Implements
Inherited Members
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
WebPOptions()
public WebPOptions()
Properties
AnimBackgroundColor
Gets or sets the color of the animation background.
public uint AnimBackgroundColor { get; set; }
Property Value
AnimLoopCount
Gets or sets the animation loop count.
public ushort AnimLoopCount { get; set; }
Property Value
FullFrame
Gets or sets a value indicating whether it is a full frame.
public bool FullFrame { get; set; }