mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
d11ca3b545
vcrop is a graphical version of crop(1).
28 lines
519 B
Text
28 lines
519 B
Text
.TH VCROP 1
|
|
.SH NAME
|
|
vcrop \- crop image visually
|
|
.SH SYNOPSIS
|
|
.B vcrop
|
|
[
|
|
.I file
|
|
]
|
|
.SH DESCRIPTION
|
|
.I Vcrop
|
|
displays an image read either from
|
|
.B file
|
|
or from
|
|
.B standard input
|
|
and allows to crop it interactively.
|
|
.PP
|
|
Button 1 pans the image within the window
|
|
.PP
|
|
Button 2 triggers the cropping area selection. Area can then be selected by sweeping Button 1.
|
|
.PP
|
|
Button 3 brings up a menu of actions.
|
|
.SH SOURCE
|
|
/sys/src/cmd/vcrop.c
|
|
.SH "SEE ALSO"
|
|
.IR crop (1)
|
|
.SH HISTORY
|
|
vcrop first appeared in 9front (May, 2024).
|
|
|