Table of Contents

Enum AniHeaderFlags

Namespace
SixLabors.ImageSharp.Formats.Ani
Assembly
SixLabors.ImageSharp.dll

Flags for the ANI header.

[Flags]
public enum AniHeaderFlags : uint

Fields

ContainsSequence = 2

The ANI file contains a "seq " chunk that maps animation steps to frame resources.

IsIcon = 1

The "icon" chunks contain ICO or CUR resources. Without this flag, they contain BMP resources.