IcoOptions

Class IcoOptions

Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.dll

Create custom ICO image files for application icons effortlessly with our API, empowering you to represent your software seamlessly. Our API supports PNG and BMP image frames with various bits per pixel values, ensuring versatility and compatibility for your icon creation needs.

public class IcoOptions : IcoOptions, IDisposable

Inheritance

object ← ImageOptions ← IcoOptions ← IcoOptions

Implements

IDisposable

Inherited Members

IcoOptions.BitsPerPixel, 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

IcoOptions()

public IcoOptions()

Properties

ColorPalette

Sets the color palette.

public ColorPalette ColorPalette { set; }

Property Value

ColorPalette

Format

Gets or sets the format.

public FileFormat Format { get; set; }

Property Value

FileFormat