PngOptions
Class PngOptions
Namespace: Imagise.Converter.ImageOptions
Assembly: Imagise.Converter.dll
Create high-quality Portable Network Graphics (PNG) raster images effortlessly with our API, offering customizable options for compression levels, bits per pixel depths, and alpha bits. Seamlessly process XMP metadata containers, ensuring comprehensive image metadata management, and empowering you to tailor PNG images to your exact specifications with ease.
public class PngOptions : ImageOptions, IDisposable
Inheritance
object ← ImageOptions ← PngOptions
Derived
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
PngOptions()
Initializes a new instance of the
public PngOptions()
Properties
ColorType
Gets or sets the type of the color.
public PngColorType ColorType { get; set; }
Property Value
PngColorType
Progressive
Gets or sets a value indicating whether this
public bool Progressive { get; set; }