ImageCodecFlags
Provides attributes of an image encoder/decoder (codec).
BlockingDecode = 32
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).
SeekableEncode = 16
The encoder requires a seekable output stream.
SupportBitmap = 4
The codec supports raster images (bitmaps).
SupportVector = 8
The codec supports vector images (metafiles).
System = 131072
Not used.
User = 262144
Not used.