|
ImageGlue .NET is made up of four components.
ImageGlue6CE.DLL is the core engine. It incorporates the core
graphic manipulation code and is designed for high performance in
a multithreaded environment.
ImageGlue6PSCE.DLL is the core PostScript engine used by ImageGlue
when drawing PostScript or PostScript derived formats such as EPS
and PDF.
IJL15.DLL provides high speed JPEG processing functionality to
ImageGlue.
ImageGlue.DLL is a .NET tier comprising the visible interface and
less speed critical code. When the assembly is loaded it locates
and loads the core engines establishing a direct high speed link
between the components.
The .NET tier is placed in the GAC so that you can reference ImageGlue
.NET from any of your projects. However should you require you can
always copy the DLLs to the bin directory of your application.
|