
Envision Image Library - Version 2

OVERVIEW

The Envision Image Library augments Borland's Delphi
and C++ Builder software development environment with 
powerful imaging capabilities.  The library provides 
image file I/O for popular file formats, printing, scanning, 
and image processing features. 

INSTALLATION

The library is deployed in a simple zip archive. Just extract 
the file with directories in the base directory of your choice. 
No registry settings, no global files in your system 
directories. To uninstall, just delete the folder.

The design-time package need to be installed in the Delphi 
or C++ Builder IDE. In the IDE of all versions, this is 
done from the Component | Install Packages menu.

For Delphi 4, install the .\packages\En_D4.Bpl file
For Delphi 5, install the .\packages\En_D5.Bpl file
For Delphi 6, install the .\packages\En_D6.Bpl file
For Delphi 7, install the .\packages\En_D7.Bpl file

For C++ Builder 4, install the .\packages\En_C4.Bpl file
For C++ Builder 5, install the .\packages\En_C5.Bpl file
For C++ Builder 6, install the .\packages\En_C6.Bpl file


QUICK START

There is a sample project file for each supported version of 
Delphi and C++ Builder.

For Delphi 4, .\Example\DemoD4.Dpr
For Delphi 5, .\Example\DemoD5.Dpr
For Delphi 6, .\Example\DemoD6.Dpr
For Delphi 7, .\Example\DemoD7.Dpr

For C++ Builder 4, .\Example\DemoC4.Bpr
                   .\Example\EzViewC4.Bpr

For C++ Builder 5, .\Example\DemoC5.Bpr
                   .\Example\EzViewC5.Bpr

For C++ Builder 6, .\Example\DemoC6.Bpr
                   .\Example\EzViewC6.Bpr


When creating a new project with the evaluation version,
the appropriate path must be added to the Project |
Library path options. See the options in the example 
projects for details.

For Delphi 4, add .\Trial\D4 and the base directory
For Delphi 5, add .\Trial\D5 and the base directory
For Delphi 6, add .\Trial\D6 and the base directory
For Delphi 7, add .\Trial\D7 and the base directory

For C++ Builder 4, add .\Trial\CB4 and the base directory
For C++ Builder 5, add .\Trial\CB5 and the base directory
For C++ Builder 6, add .\Trial\CB6 and the base directory


HISTORY

See Version History in Help file


MORE INFORMATION

See the online help file: Envision.Hlp

On the Internet: www.intervalsoftware.com


