WebPOptions
Class WebPOptions
Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.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
Lossless
Gets or sets a value indicating whether this
public bool Lossless { get; set; }
Property Value
Quality
Gets or sets the quality.
public float Quality { get; set; }