GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PAINT(1) FreeBSD General Commands Manual PAINT(1)

paint - create image files by drawing with a mouse or other pointing device

paint [ file ]

Paint displays a canvas upon which can be drawn lines using the mouse holding down buttons 1 or 2 for foreground or background color. The canvas may be moved with button 3. Colors and brush sizes may be selected by clicking on the palette at the bottom of the screen with buttons 1 or 2.

If the optional file argument is specified, then it is read and used as the canvas. Paint only recognizes Plan 9 bitmap format (see

A number of immediate keyboard commands are recognized:

Undos the previous action.
Clears the canvas with the background color.
1-9
Select brush size.
Select flood fill brush.
+
Doubles magnification.
-
Halves magnification.
Centers the canvas and resets magnification.

Hitting any other key on the keyboard shows a command prompt where the following commands may be entered:

Reads the canvas from file.
Writes the canvas to file.
<command
Executes command and reads the canvas from its standard output.
>command
Executes command and writes the canvas to its standard input.
|command
Transforms the canvas by piping it thru command.
Quits the program.

/sys/src/cmd/paint.c

Paint first appeared in 9front (October, 2011).


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.