CodeGlyphX logo
CodeGlyphX

API Reference

Enum

ImageFormat

Namespace CodeGlyphX.Rendering
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Known image formats detected by ImageReader.

Inheritance

  • Enum
  • ImageFormat

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ImageFormat Unknown #

Format could not be detected.

Value: 0
public const ImageFormat Png #

PNG image.

Value: 1
public const ImageFormat Jpeg #

JPEG image.

Value: 2
public const ImageFormat Gif #

GIF image.

Value: 3
public const ImageFormat Bmp #

BMP image.

Value: 4
public const ImageFormat Pbm #

PBM image.

Value: 5
public const ImageFormat Pgm #

PGM image.

Value: 6
public const ImageFormat Pam #

PAM image.

Value: 7
public const ImageFormat Ppm #

PPM image.

Value: 8
public const ImageFormat Tga #

TGA image.

Value: 9
public const ImageFormat Tiff #

TIFF image.

Value: 10
public const ImageFormat Xpm #

XPM image.

Value: 11
public const ImageFormat Xbm #

XBM image.

Value: 12
public const ImageFormat Ico #

ICO image (embedded PNG/BMP).

Value: 13
public const ImageFormat Webp #

WebP image (managed VP8/VP8L stills; first-frame decode for animations).

Value: 14
public const ImageFormat Avif #

AVIF image (ISOBMFF).

Value: 15
public const ImageFormat Heic #

HEIC/HEIF image (ISOBMFF).

Value: 16
public const ImageFormat Jpeg2000 #

JPEG2000 image.

Value: 17
public const ImageFormat Psd #

Photoshop PSD image.

Value: 18
public const ImageFormat Pdf #

PDF document.

Value: 19
public const ImageFormat Ps #

PostScript document.

Value: 20