Write a comment | Articles | DHTML Gallery | .NET | MyBlog | About Me | FAQ
Ashish's Image Resize utility

This is a simple console utility written in C# that can :

  • Bulk resize images.
  • Add borders to images.
  • Add watermark text to images (such as copyright notice).
  • Save output images in particular image format.
  • Adjust color and width of border .
  • Control color,opacity,font,size of the watermark text for a batch.

This utility was written in C# (.NET 2.0) and is only available for Windows operating system. It uses "System.Drawing" to accomplish it's work. The program processes all the files in a directory. Errors are logged in an log file. Detailed information regarding usage can be found in the manual of the program.

I mainly created this program to process images from my digital camera, for uploading to the web or emailing. If you find it useful, please write a comment. Suggestions are also welcomed. Below is a processed image sample

Before downloading


THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTIES OF ANY KIND. THE AUTHOR IS IN NO WAY RESPONSIBLE FOR ANY DAMAGE CAUSED BY INSTALLATION AND/OR USE OF THIS SOFTWARE. THIS SOFTWARE IS EXPERIMENTAL WORK AND NOT THROUGHLY TESTED. USE IT AT YOUR OWN RISK.



Download the program (Alfa release): imgresz.zip

Download .NET framework (only if you don't have it) : .NET Runtime v2.x


Copyright (c) 2007-2008 Ashish Patil . Please read FAQ for more details.