GCJR Software
 Products
 ImgSource Library

ImgSource Type Library
(Last library update: 6/18/2002)

ImgSource is an image processing library written in C++ by Smaller Animals Software.  Because this is a standard Windows® DLL, Visual Basic programmers have to create Declare statements in order to call the functions in this DLL.  When you consider that there is over 300 functions in this library, that can be a real pain.

To ease use of ImgSource, I created a type library with all of the function declarations, as well as a few constants and types.  All you have to do is add this type library to your project references and you have instant access to all of the ImgSource functions throughout your entire project.

Now this library includes the new ISEffects DLL functions!

Now all you need is to decide which of the following downloads you need.

ImgSource 2.2 Type Library (ImgSource TypeLib for VB 2.2)

This contains all of the current functions and a few Windows API functions which are useful.

ImgSource 2.1 Type Library (ImgSource TypeLib for VB 2.1.17.0)

If you're still using ImgSource 2.1, you should use this library.  Version 2.2 made several changes an therefore is not compatible with 2.1.

WinAPI with ImgSource 2.2 (Glenn's WinAPI with ImgSource)

If you want to use my WinAPI type library and ImgSource 2.2 type library, you need to use this one.  The reason is because there are duplicate types in these libraries.

Which ever you choose, be sure to register is before trying to use it.  The easiest way is to open the Visual Basic references dialog and click the "Browse" button to locate it.  Visual Basic will register it for you.

Please send any errors you find to [email protected].

Copyright © 2002 Glenn Chittenden Jr.