]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/paint
paint: add selectable brush sizes
[plan9front.git] / sys / man / 1 / paint
1 .TH PAINT 1
2 .CT 1 graphics
3 .SH NAME
4 paint \- create image files by drawing with a mouse or other pointing device
5 .SH SYNOPSIS
6 .B paint
7 .SH DESCRIPTION
8 .I Paint
9 provides a window upon which can be drawn lines by moving the cursor while
10 holding down mouse button 1 or its equivalent.
11 .PP
12 A number of keyboard commands are recognized:
13 .TP
14 .B b
15 Set the brush size to an ellipse of
16 .I n
17 x
18 .I n
19 pixels. Type a number,
20 .I n,
21 in the pop-up box and hit enter.
22 .TP
23 .B c
24 Clear the screen. Any unsaved work will be lost.
25 .TP
26 .B s
27 Save the current screen as a bitmap image. A pop-up box appears
28 suggesting a default filename of
29 .I out.bit.
30 Hit enter to accept the default, or backspace over the suggested name and
31 type an alternative path and filename. If the path is omitted, a file will be
32 created in the current directory.
33 .TP
34 .B q
35 Quit.
36 .SH SOURCE
37 .B /sys/src/cmd/paint.c
38 .SH "SEE ALSO"
39 .IR graphics (2),
40 .IR image (6)
41 .SH BUGS
42 .I Paint
43 offers a bare minimum of drawing functionality. Popular features such as
44 .B undo
45 have not yet been implemented.