About This Code
Brief Description:
Resize Graphics via Image Acquisition Automation Library
Contributor:
Dwight Wilbanks
Notes Version:
R5.x, R6.x
Last Modified:
19 Aug 2005
OpenNTF Disclaimer
All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.
Code / Description
This tiny snipit resizes a graphics image using a microsoft DLL.
I thought about attaching the DLL, but, I got bored reading the EULA
After placing the dll in your windows\system32 directory you need to register it with the OS by running the command "RegSvr32 WIAAut.dll"
The help file "wiaaut.chm" has a lot of the details of what the DLL can do.
The MS docs say the minimum operating systems is Windows XP SP1.
If I get some time to play around with it, I'll try and build some wrappers around the objects.
Usage / Example
Code Attachments
Comments
Posted by Pettrie de Bondt on 10/07/2006 03:26:01 PMGreat
Did not know it existed, nice little DLL