CoderDunn Posted July 6, 2007 Posted July 6, 2007 (edited) I have several hundred pictures from different students of a trip we took to california. Unfortunately, There are many different sizes. I need to downsize all the pictures to similar sizes. Instead of opening each one in paint to resize it, I would like to have an AutoIt script do this automatically (And not with a bunch of mouse clicks in a paint window, thats ugly and I'm planning on giving this tool to the students so they can resize them before giving them to me). I want it to silently edit all the pictures then output them in a seperate folder. After looking at PaulIA's Auto3Lib it looks like it may be possible with that. Help is much apreciated, Hallman Edited July 6, 2007 by Hallman
nfwu Posted July 6, 2007 Posted July 6, 2007 ImageMagick has a command line tool for the conversion and/or resizing of images:http://www.imagemagick.org/script/convert.phpDownload: http://www.imagemagick.org/script/binary-r...ses.php#windows#) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
CoderDunn Posted July 7, 2007 Author Posted July 7, 2007 ImageMagick has a command line tool for the conversion and/or resizing of images:http://www.imagemagick.org/script/convert.phpDownload: http://www.imagemagick.org/script/binary-r...ses.php#windows#)Man thats perfect. Thank you SO much!Hallman
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now