
ImgMod3 is a simple image cropping, scaling, and modification tool. It is built with a single purpose: to be able to handle a large number of files quickly, while retaining manual control. It uses PIL for the image processing operations and wxPython as the user interface toolkit. By cramming its basic feature set in a single window and automating repetitive actions, ImgMod3 aims to be easier to use than a full featured graphics program. Key features are automatic scaling to target size and full access to functionality through keyboard shortcuts, minimizing the need for the mouse.
License: GNU General Public License v3
Changes:
Some legacy features were cleaned up. A desaturate function was added. The Windows port was improved with respect to shell extension logic and installer safety.
More...