croptool

Image cropping tool
git clone git://lumidify.org/croptool.git
Log | Files | Refs | README | LICENSE

commit c5e6364a0fbd3aa4950cc203ceda8e9f7aad75d9
parent fb401fb8b1cf5dc3a2f75e0eb678a7a76f6b550b
Author: lumidify <nobody@lumidify.org>
Date:   Fri,  1 Jan 2021 23:17:19 +0100

Add note about coordinates becoming skewed while resizing

Diffstat:
Mcroptool.1 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/croptool.1 b/croptool.1 @@ -104,5 +104,9 @@ may cause issues depending on the output format. .Pp Nothing in particular has been done to prevent screen flicker, so there is flickering when resizing the window or cropping rectangle. +.Pp +Since the coordinates of the cropping rectangle are stored as integers, they +will become skewed while resizing. If this becomes a real problem, though, +you're probably doing something wrong anyways. .Sh AUTHORS .An lumidify Aq Mt nobody@lumidify.org