this project is meant to scan through a folder of picts 
and resize all the images that exceed either the max 
height or width that you set. You will figure it out
as you go, just be careful to work on copies at first
so you can be sure you arent accidently overwriting files
at first. Note that the 650x500 defualt is to delete originals

version 2
changed over the DLL i used to use the intel librarys dll (ijl11.dll)
it is a free dll you can get here:

http://developer.intel.com/vtune/perflibst/IJL/

if you are download this off PSC the DLL may have been deleted
because of there new policy of deleting all executable files.

if there is a file named *.-dll then just rename it back to .dll
that is to try and bypass the scanner.


--> NOTE: this program works much faster if you resize the form to hide
the image boxes. Having to repaint the screen so much slows down the
whole program by at least a factor of 3.

--> NOTE 2:  ijl1.dll is a c++ dll it dosent have to be registered,
it only has to be in a place the system can find it
like your system folder.

--> NOTE 3: this can be run silently from the command line from 
external programs on either single files or entire folders. For
command line usage syntax, goto a dos prompt, navigate to the folder
the exe is in, and type in "thumb ?" it will then pop up sample usage
info. Since it runs silently you should be able to run it from server
side scritps if need be as long as you enable of process components
to be created on the server.
