Simd Library Documentation.

Home | Release Notes | Download | Documentation | Issues | GitHub
ImageFile Class Reference

Describes formats of image file. More...

Inherits Enum.

Static Public Attributes

int Undefined = 0
 An undefined image file format (format auto choice).
 
int PgmTxt = 1
 A PGM (Portable Gray Map) text (P2) image file format.
 
int PgmBin = 2
 A PGM (Portable Gray Map) binary (P5) image file format.
 
int PpmTxt = 3
 A PGM (Portable Pixel Map) text (P3) image file format.
 
int PpmBin = 4
 A PGM (Portable Pixel Map) binary (P6) image file format.
 
int Png = 5
 A PNG (Portable Network Graphics) image file format.
 
int Jpeg = 6
 A JPEG (Joint Photographic Experts Group) image file format.
 

Detailed Description

Describes formats of image file.

It is used in functions Simd.ImageSaveToMemory and Simd.ImageSaveToFile.