News | About | Usage | Download | Contact
News
[2008-05-20] fixed a bug where text got drawn over itself multiple times, which made it look blurry
[2008-05-18] pyCropper is released under the terms of the GPL!
About pyCropper
pyCropper is a simple program that allows quick cropping for a large collection of images. Built with pygame, it supports any file format that can be read/saved by pygame, and it has been tested with .jpg, .pgm, .gif, .png, .bmp, and .tif.
Usage
Place the pycropper.py file in a directory with the images to be cropped. pyCropper can be started from the command prompt as follows (provided that your system has python/pygame installed):
python pycropper.py
All images in that directory will be loaded into a list.
Just left-click on the image to choose the top-left of the rectangle
over the portion of the image to which you want to crop. Left-click again to set bottom-right of the rectangle, and the image will immediately be cropped and saved. After the first left-click, you can right-click to cancel the rectangle and start over.
Keyboard Input:
- Left-click: (1) select top-left of cropping area, (2) select bottom-right, crop, and save image.
- Right-click: cancel crop area selection.
- Left-arrow/Up-arrow: Show previous image.
- Right-arrow/Down-arrow: Show next image.
- ESC: exit pycropper
Download the source here:
pycropper.tar.gz - released on 2008-05-20
pycropper.zip- released on 2008-05-20
Contact Info
If you find this useful, discover any bugs, want to send a patch or any suggestions, please Contact Me!
