
Envision Image Library - Version 4.05

OVERVIEW

The Envision Image Library augments Embarcadero's Delphi 
with powerful imaging capabilities.  The library provides image 
file I/O for popular file formats, printing, scanning, OCR interface, 
image processing features, and a media player based on VLC,
for 32 and 64 bit Windows applications. 

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 
In the IDE of all versions, this is done from the Component | 
Install Packages menu.

For Delphi 7,        install the .\packages\En_D7.Bpl file
For BDS 2007,        install the .\packages\En_D2007.Bpl file
For Rad Studio 2009, install the .\packages\En_D2009.Bpl file
For Rad Studio 2010, install the .\packages\En_D2010.Bpl file
For Rad Studio XE,   install the .\packages\En_DXE.Bpl file
For Rad Studio XE2,  install the .\packages\En_DXE2.Bpl file
For Rad Studio XE3,  install the .\packages\En_DXE3.Bpl file
For Rad Studio XE4,  install the .\packages\En_DXE4.Bpl file
For Rad Studio XE5,  install the .\packages\En_DXE5.Bpl file
For Rad Studio XE6,  install the .\packages\En_DXE6.Bpl file
For Rad Studio XE7,  install the .\packages\En_DXE7.Bpl file
For Rad Studio XE8,  install the .\packages\En_DXE8.Bpl file
For Rad Studio 10 Seatle,  install the .\packages\En_D10.Bpl file
For Rad Studio 10.1 Berlin,  install the .\packages\En_D10_1.Bpl file
For Rad Studio 10.2 Tokyo,  install the .\packages\En_D10_2.Bpl file
For Rad Studio 10.3 Rio,  install the .\packages\En_D10_3.Bpl file
For Rad Studio 10.4 Sydney,  install the .\packages\En_D10_4.Bpl file
For Rad Studio 11 Alexandria  install the .\packages\En_D11.Bpl file
For Rad Studio 12 Athens  install the .\packages\En_D12.Bpl file
For Rad Studio 13 Florence 32 bit IDE install the .\packages\En_D13.Bpl file
For Rad Studio 13 Florence 64 bit IDE install the .\packages\En_D13_64.Bpl file

QUICK START

There is a sample project file for each supported version of 
Delphi.

For Delphi 7, .\Example\DemoD7.Dpr
For BDS (Delphi) 2007, .\Example\DemoD2007.dproj
For Rad Studio 2009, .\Example\DemoD2009.dproj
For Rad Studio 2010, .\Example\DemoD2010.dproj
For Rad Studio XE, .\Example\DemoDXE.dproj
For Rad Studio XE2, .\Example\DemoDXE2.dproj
For Rad Studio XE3, .\Example\DemoDXE3.dproj
For Rad Studio XE4, .\Example\DemoDXE4.dproj
For Rad Studio XE5, .\Example\DemoDXE5.dproj
For Rad Studio XE6, .\Example\DemoDXE6.dproj
For Rad Studio XE7, .\Example\DemoDXE7.dproj
For Rad Studio XE8, .\Example\DemoDXE8.dproj
For Rad Studio 10, .\Example\DemoD10.dproj
For Rad Studio 10.1, .\Example\DemoD10_1.dproj
For Rad Studio 10.2, .\Example\DemoD10_2.dproj
For Rad Studio 10.3, .\Example\DemoD10_3.dproj
For Rad Studio 10.4, .\Example\DemoD10_4.dproj
For Rad Studio 11, .\Example\DemoD11.dproj
For Rad Studio 12, .\Example\DemoD12.dproj
For Rad Studio 13 .\Example\DemoD13.dproj

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 7, add .\Trial\D7 and the base directory

For BDS 2007 (Delphi), add .\Trial\D2007 and the base directory

For Rad Studio 2009, add .\Trial\D2009 and the base directory

For Rad Studio 2010, add .\Trial\D2010 and the base directory

For Rad Studio XE, add .\Trial\DXE and the base directory

For Rad Studio XE2, add .\Trial\DXE2 and the base directory
For Rad Studio XE2 64 bit, add .\Trial\DXE2_64 and the base directory

For Rad Studio XE3, add .\Trial\DXE3 and the base directory
For Rad Studio XE3 64 bit, add .\Trial\DXE3_64 and the base directory

For Rad Studio XE4, add .\Trial\DXE4 and the base directory
For Rad Studio XE4 64 bit, add .\Trial\DXE4_64 and the base directory

For Rad Studio XE5, add .\Trial\DXE5 and the base directory
For Rad Studio XE5 64 bit, add .\Trial\DXE5_64 and the base directory

For Rad Studio XE6, add .\Trial\DXE6 and the base directory
For Rad Studio XE6 64 bit, add .\Trial\DXE6_64 and the base directory

For Rad Studio XE7, add .\Trial\DXE7 and the base directory
For Rad Studio XE7 64 bit, add .\Trial\DXE7_64 and the base directory

For Rad Studio XE8, add .\Trial\DXE8 and the base directory
For Rad Studio XE8 64 bit, add .\Trial\DXE8_64 and the base directory

For Rad Studio 10, add .\Trial\D10 and the base directory
For Rad Studio 10 64 bit, add .\Trial\D10_64 and the base directory

For Rad Studio 10.1, add .\Trial\D10_1 and the base directory
For Rad Studio 10.1 64 bit, add .\Trial\D10_1_64 and the base directory

For Rad Studio 10.2, add .\Trial\D10_2 and the base directory
For Rad Studio 10.2 64 bit, add .\Trial\D10_2_64 and the base directory

For Rad Studio 10.3, add .\Trial\D10_3 and the base directory
For Rad Studio 10.3 64 bit, add .\Trial\D10_3_64 and the base directory

For Rad Studio 10.4, add .\Trial\D10_4 and the base directory
For Rad Studio 10.4 64 bit, add .\Trial\D10_4_64 and the base directory

For Rad Studio 11, add .\Trial\D11 and the base directory
For Rad Studio 11 64 bit, add .\Trial\D11_64 and the base directory

For Rad Studio 12, add .\Trial\D12 and the base directory
For Rad Studio 12 64 bit, add .\Trial\D12_64 and the base directory


For Rad Studio 13, add .\Trial\D13 and the base directory
For Rad Studio 13 64 bit, add .\Trial\D13_64 and the base directory

HISTORY

See Version History in Help file


MORE INFORMATION

See the online help file: Envision.Chm

On the Internet: www.intervalsoftware.com


