Enum AniHeaderFlags
- Namespace
- SixLabors.ImageSharp.Formats.Ani
- Assembly
- SixLabors.ImageSharp.dll
Flags for the ANI header.
[Flags]
public enum AniHeaderFlags : uint
Fields
ContainsSequence = 2The ANI file contains a "seq " chunk that maps animation steps to frame resources.
IsIcon = 1The "icon" chunks contain ICO or CUR resources. Without this flag, they contain BMP resources.