Enum IconFrameCompression
- Namespace
- SixLabors.ImageSharp.Formats.Icon
- Assembly
- SixLabors.ImageSharp.dll
Specifies the encoding used for an image embedded in an ICO or CUR resource.
public enum IconFrameCompression
Fields
Bmp = 0The image is encoded as a headerless Windows bitmap with an AND transparency mask.
Png = 1The image is encoded as PNG data.