<PackageReference Include="System.Drawing.Common" Version="8.0.4" />

ImageCodecFlags

public enum ImageCodecFlags
Provides attributes of an image encoder/decoder (codec).

The decoder has blocking behavior during the decoding process.

Builtin = 65536

The codec is built into GDI+.

Decoder = 2

The codec supports decoding (reading).

Encoder = 1

The codec supports encoding (saving).

The encoder requires a seekable output stream.

The codec supports raster images (bitmaps).

The codec supports vector images (metafiles).

System = 131072

Not used.

User = 262144

Not used.