<PackageReference Include="System.Drawing.Common" Version="8.0.0-preview.4.23259.4" />

ImageFlags

public enum ImageFlags
Specifies the attributes of the pixel data contained in an Image object. The Flags property returns a member of this enumeration.
Caching = 131072

The pixel data can be cached for faster access.

The pixel data uses a CMYK color space.

The pixel data is grayscale.

The pixel data uses an RGB color space.

Specifies that the image is stored using a YCBCR color space.

Specifies that the image is stored using a YCCK color space.

The pixel data contains alpha information.

HasRealDpi = 4096

Specifies that dots per inch information is stored in the image.

Specifies that the pixel size is stored in the image.

Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque).

None = 0

There is no format information.

The pixel data is partially scalable, but there are some limitations.

ReadOnly = 65536

The pixel data is read-only.

The pixel data is scalable.