You are here: Start » AVL.NET » ImageFileFormat Enumeration

ImageFileFormat Enumeration

Available formats.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
BMPStandard compression-less bitmap. Possible file name extensions are .bmp and .dib.
JPEGThe most popular lossy compression image format. File name extensions are .jpg, .jpeg, .jpe or .jfif.
PNGThe most widely used lossless compression bitmap format. File name extension is .png.
TIFFOlder format used in desktop publishing, with lossless and lossy compression. File name extension are .tif and .tiff.

Remarks

See also