Supported file formats
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IEFileFormats
Public Enumeration IEFileFormats
public enum class IEFileFormats
Members
Member | Value | Description |
---|---|---|
Internal | -1 |
Internal IEvolution format. Preservers PixelFormat and transparency.
Supported only by IEImage.LayersSave, IEAnnotations.SaveAll methods.
|
Unspecified | -1 |
Used when the file format is not specified
|
Unknown | 0 |
Unknown file format
|
TIFF | 1 |
TIFF file format
|
GIF | 2 |
GIF file format
|
JPEG | 3 |
Jpeg file format
|
PCX | 4 |
PCX file format
|
BMP | 5 |
BMP file format
|
ICO | 6 |
ICO file format
|
CUR | 7 |
CUR file format
|
PNG | 8 |
PNG file format
|
WMF | 9 |
imported WMF file format
|
EMF | 10 |
imported EMF file format
|
TGA | 11 |
TGA file format
|
PXM | 12 |
PBM, PGM or PPM file format
|
JP2 | 13 |
JPeg2000 file format (JP2 subformat)
|
J2K | 14 |
JPeg2000 file format (J2K subformat)
|
AVI | 15 |
Video for Windows AVI
|
WBMP | 16 |
Wireless Bitmap
|
PS | 17 |
PostScript
|
18 |
Adobe PDF
| |
DCX | 19 |
Multipage PCX
|
RAW | 20 |
Camera RAW
|
BMPRAW | 21 |
Real RAW
|
WMV | 22 |
Windows Media Video
|
MPEG | 23 |
MPEG
|
PSD | 24 |
Adobe PSD
|
IEV | 25 |
Vectorial objects (IEvolution annotations)
|
LYR | 26 |
IEvolution layers
|
ALL | 27 |
Combined layers and vectorial objects
|
DICOM | 28 |
DICOM medical imaging
|
HDP | 29 |
Microsoft HD Photo. Requires Windows XP (SP2) with .Net 3.0, Windows Vista
|
RAS | 30 |
sun RAS (supported by ievision)
|
SVG | 31 |
SVG
|
DDS | 32 |
DirectDraw Surface
|
HEIF | 33 |
High Efficiency Image File Format (Requires codec installation)
|
WEBP | 34 |
WebP (Requires codec installation)
|
WIC | 99 |
Windows Imaging Components
|
OtherDLLPlugIns | 4097 |
External plugins (e.g. JBIG)
|
MiscDLLPlugIns | 8192 |
Misc External plugins (e.g. PCL)
|
USER | 10000 |
User registered file formats
|
WPPDF | 8222 |
Adobe PDF loaded with the http://www.imageen.com/wpviewpdf/>WPViewPDF commercial plug-in
|
DXF | 9001 |
DXF
|