ImageFileFormat Enumeration |
Defines which image types can be converted.
Namespace:
NetQuarry.Util.Image
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum ImageFileFormat
Public Enumeration ImageFileFormat
Members
| Member name | Value | Description |
---|
| Bmp | 1 |
Bitmap (.bmp)
|
| Emf | 2 |
Enhanced windows metafile (.emf)
|
| Exif | 3 |
Exchangeable image file (.exif)
|
| Gif | 4 |
Graphics interchange format (.gif)
|
| Icon | 5 |
Windows icon image (.ico)
|
| Jpg | 6 |
Joint photographic experts group format (.jpg)
|
| Png | 7 |
Portable network graphics format (.png)
|
| Tiff | 8 |
Tagged image format file (.tif)
|
| Wmf | 9 |
Windows metafile (.wmf)
|
See Also