|
Home
Products
Buy
Downloads
Documentation
Resellers
Links
Contacts
Users
Community
Login

|
ImageEn/IEvolution/ActiveX plugins
This page contains plug-ins compatible with ImageEn,
IEvolution and ImageEn ActiveX products. These plug-ins
add new file formats like Camera RAW, JBig and they are
compiled using open source libraries (please read the
license inside).
|
Camera RAW reader
based on DCRAW v. 1.404 (2008/08/12)
(supports almost Camera RAW formats and DNG)
porting of
2008/09/14 (requires ImageEn 3.0.1+) |
Decodes any raw image from any digital camera on any
computer running any operating system.
More info at: http://cybercom.net/~dcoffin/dcraw/ |
DLL |
DLL + Source Code |
|
Camera RAW reader
based on DCRAW v. 1.404 (2008/08/12)
Compiled without GPL code - usable in
non GPL applications
(supports almost Camera RAW formats and DNG)
porting of 2008/09/14 (requires ImageEn 3.0.1+) |
Decodes any raw image from any digital camera on any
computer running any operating system.
More info at: http://cybercom.net/~dcoffin/dcraw/ |
DLL |
|
|
JBIG
reader/writer
based on JBig kit v.1.17 |
JBIG-KIT implements a highly effective data
compression algorithm for bi-level high-resolution
images such as fax pages or scanned documents. |
DLL |
DLL + Source Code |
|
ImageMagick
(supports PCD, DICOM, CUT, AVS, CIN, DOT, DPX, FITS,
FPX, HDF, MAT, MIFF, MTV, PALM, PCL, PICT, PIX, PWP,
RLA, SGI, SUN, SVG, TTF, VOCAR, VIFF, XBM, XCF, XPM) |
ImageMagick
supports many image
formats
(over 90) including formats like
PhotoCD, DICOM, SVG, and
DPX. |
DLL |
DLL + Source Code |
On ImageEn you can load plugins
writing:
IEFileFormatRemove(ioRAW); // disables internal RAW support
IEAddExtIOPlugIn('jbiglib.dll');
IEAddExtIOPlugIn('dcrawlib.dll');
IEAddExtIOPlugIn('imagemagick.dll');
On ImageEn ActiveX you can load plugins
writing:
ImageEnX.FileFormatRemove 20 ' disables internal RAW support
ImageEnX.AddExtIOPlugIn "jbiglib.dll"
ImageEnX.AddExtIOPlugIn "dcrawlib.dll"
ImageEnX.AddExtIOPlugIn "imagemagick.dll"
On IEvolution you can load plugins
writing:
IEImage.AddExtIOPlugin("jbiglib.dll");
IEImage.AddExtIOPlugin("dcrawlib.dll");
IEImage.AddExtIOPlugin("imagemagick.dll");
Also, remember to disable internal implementation of
RAW, executing:
IEImage.FileFormatRemove(IEFileFormats.RAW);
The
plugins are provided
"as is" without warranty of any kind, either express or
implied.
|