|
ImageGlue 6 is a new version completely independent of the old.
You can have both versions installed at the same time. When you
want to take advantage of the new features simply reference the
new name. For example in place of,
[VBScript]
Set mycanv = Server.CreateObject("ImageGlue5.Canvas")
simply use,
[VBScript]
Set mycanv = Server.CreateObject("ImageGlue6.Canvas")
|