BmpOptions
Class BmpOptions
Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.dll
Our BMP and DIB image API offers a powerful solution for developers to create and customize Bitmap(BMP) and Device Independent Bitmap(DIB) images.This API provides a comprehensive set of features, including precise control over image characteristics such as bits per pixel, compression level, and compression type.Tailor your raster images to meet specific needs and requirements with ease.This versatile API empowers developers to produce high-quality, customizable images for a wide range of applications, ensuring flexibility and precision.
public class BmpOptions : BmpOptions, IDisposable
Inheritance
object ← ImageOptions ← BmpOptions ← BmpOptions
Implements
Inherited Members
BmpOptions.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
BmpOptions()
public BmpOptions()
Properties
ColorPalette
Sets the color palette.
public ColorPalette ColorPalette { set; }
Property Value
ColorPalette
Compression
Gets or sets the compression.
public BitmapCompression Compression { get; set; }
Property Value
Exceptions
/unexpected option type