Photo Wizard


What is Photo Wizard

Photo Wizard is an image-processing tool for your photos that operates in batch mode. It lets you resize or rotate your images, add a border, increase/decrease brightness & contrast, and antialias your images. The primary use of this tool is right after you download pictures from your digital camera. When you want to post them to a website, you typically need to reduce the file size, add a border (maybe) and other such stuff.

While it is certainly possible to do this with any commercial tool such as Adobe Photoshop (or its many clones), Photo Wizard has three distinct advantages:

  1. It is extremely simple to use: Simplicity has been a key guiding principle behind the design of Photo Wizard. I have actually compromised on adding features for fear of adding unnecessary complexity.
  2. It operates in batch mode: Resizing a single image in any other tool is easy, but they do not lend themselves very well to automation. While some do support automation, it takes more than an average experienced user to actually use that feature to benefit.
  3. It is free for personal as well as commercial use: You will not have to pay a single cent to use or deploy Photo Wizard. In addition, the source code to the application is also available (since it is licensed under the GNU General Public License, so you can freely modify it and redistribute copies (subject to certain licensing restrictions.))

Version History

2004-12-03
v0.1 released

Technical Information & Acknowledgements

Photo Wizard uses the excellent ImageMagick libraries to perform the actual image processing tasks: it is simply a GUI for the ImageMagick CLI. The purpose of Photo Wizard is to make batch image processing available to Windows users who are unable to use the ImageMagick CLI directly.

The Windows port of ImageMagick uses the CygWin library to provide the UNIX system calls and environment that it expects. Thanks to RedHat and the CygWin team for making this possible..

Icons used in this program were originally created for KDE (a desktop environment for Linux) and released under the LGPL by their author, David Vignoni [www.icon-king.com]. Thanks, Icon King. :)

Icons were converted from their native PNG format to the Windows .ico format using a trial version of Axialis IconWorkshop. It is a powerful tool designed to create, extract, convert, manage and redistribute Windows icons. I hope to buy a copy soon; meanwhile, thanks to Axialis for making the trial version available.