<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />

ImageFormat

public sealed class ImageFormat
Specifies the file format of the image. Not inheritable.
public static ImageFormat Bmp { get; }

Gets the bitmap (BMP) image format.

public static ImageFormat Emf { get; }

Gets the enhanced metafile (EMF) image format.

public static ImageFormat Exif { get; }

Gets the Exchangeable Image File (Exif) format.

public static ImageFormat Gif { get; }

Gets the Graphics Interchange Format (GIF) image format.

public static ImageFormat Icon { get; }

Gets the Windows icon image format.

public static ImageFormat Jpeg { get; }

Gets the Joint Photographic Experts Group (JPEG) image format.

public static ImageFormat MemoryBmp { get; }

Gets the format of a bitmap in memory.

public static ImageFormat Png { get; }

Gets the W3C Portable Network Graphics (PNG) image format.

public static ImageFormat Tiff { get; }

Gets the Tagged Image File Format (TIFF) image format.

public static ImageFormat Wmf { get; }

Gets the Windows metafile (WMF) image format.

public Guid Guid { get; }

Gets a Guid structure that represents this ImageFormat object.

public ImageFormat(Guid guid)

Initializes a new instance of the ImageFormat class by using the specified Guid structure.