Table of Contents

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 = 0

The image is encoded as a headerless Windows bitmap with an AND transparency mask.

Png = 1

The image is encoded as PNG data.