plan9front/sys/man/1/vcrop
phil9 d11ca3b545 vcrop - graphical image cropping tool
vcrop is a graphical version of crop(1).
2024-05-06 16:24:25 +00:00

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).