0 purchases
tl.gcrop 0.1
tl.gcrop: Introduction and usage
The goal of this program is to allow cropping an image using the mouse and
having visual feedback while at the same time applying various mathematical
constraints such as maintaining a given aspect ratio or ensuring minimal
values for the crop margins.
The current state of implementation does visual cropping but doesn’t yet take
into account constraints. Also, the output of the program is only the crop
coordinates; the cropped image cannot be saved yet.
tl.gcrop requires pygtk to be installed.
Key bindings:
Ctrl-O:
Open a new image, replacing the previous one without warning.
Mouse actions inside the image window:
Left button:
Change crop margins if the mouse is outside the crop area (one if it’s
outside an edge, two if it’s outside a corner), otherwise move the crop
area without changing its size.
Scroll wheel:
Zoom the image up or down by factors of 2.
Widgets on the right panel:
A line describing the current crop area (left and top margin, width
and height) that can be copied using mouse selection.
Input fields that allow setting all crop parameters to exact pixel values.
Two preview windows that show the cropped image and the crop area relative
to the total image.
About tl.gcrop
Author:
Thomas Lotze ([email protected], http://thomas-lotze.de/)
PyPI page:
http://pypi.python.org/pypi/tl.gcrop/
Issue tracker:
https://bitbucket.org/tlotze/tl.gcrop/issues/
Source code:
https://bitbucket.org/tlotze/tl.gcrop/src/
Current change log:
https://bitbucket.org/tlotze/tl.gcrop/src/tip/CHANGES.txt
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.