IEImage

IEImage object is the main container for bitmaps.

It allows the application to load and save single images (BMP,PCX,TIFF,JPEG...), performs image processing, acquires image from scanner.

IEImage can store images in memory mapped files (for big images), in memory (fast access) or can encapsulate DIB objects (for Graphics drawing and compatibility).

IEImageList

IEImageList handles a list of images.

The images can be stored fully, as thumbnails (a sub-resampled image of the original), or loaded when displayed (you have to specify only the file name), or upon request (whenever an image is to be shown, an event is generated).

It is possible to load/save multipage TIFF, GIF, MPEG, AVI, etc... and export as PDF or PS, or acquire multiple pages from TWain or WIA devices.

IETIFFHandler

IETIFFHandler handles a TIFF file or stream.

Allows to read/write standard and custom tags in a single or multipage TIFF.

IERGB

IERGB represents a RGB (8 bit per channel) color.

MiscPluginsImageMagick

MiscPluginsImageMagick MiscPluginsImageMagick is a wrapper around ImageMagick library, allowing ImageEn to load many formats like PDF, PS, PCD and many others.