Batch convert, resize and rename picture

I made a simple tool to convert, resize and rename all pictures in a directory. It’s capable of:

  • convert from tiff, png, jpeg, bmp and gif to tiff, png, jpeg, bmp and gif
  • resize all pictures to the same (for now only) fixed size
  • rename the file using a template string (currently {filename}, {order} and {extension} keywords are available only)
  • process only every X-th file starting with specific index (e.g. choose 60 files out of 180)

If you need anything special just let me know.

You can download the binary and the source HERE.

Older version without processing of every X-th file is HERE.

 Prerequisites:

.NET framework 4.0 Client Profile