I am looking for a light weight batch tool for cropping image files. The cropping to be done around the center since the aspect ration can be 3:4 or 4:3 This means for taller images, crop will happen at top and at bottom to generate the square image. For wider images, crop will happen at the left and right to generate the square image.
Anyone has used such a tool? I am using .NET 4.0 and C#
I am not looking for ImageMagick or nConvert.
Take a look at ImageMagick.NET. Imagemagick is a set of command-line tools and libraries for linux, and seems someone has ported it to windows/.NET. I've never used the crop functionality, but sure it does what you need. More info and usage seems to be here, the old page of the project.