NAME
spred – sprite editor |
SYNOPSIS
spred |
DESCRIPTION
Spred is an editor for small images using a limited palette. It
uses a window system mimicking sam(1). There is a command window
which uses a command language described below. There is also an
arbitrary number of palette and sprite windows. Each open sprite
file has an associated palette file. A left click on a color in a palette window selects that color. Colors in different palettes can be selected independently. A left click on a pixel in a sprite window sets that pixel to the selected color.
A right click brings up the global menu to create windows etc.
It also lists all currently open files, including those that are
not open in any window. A middle click brings up the menu for
the local window, if applicable. Available commands there are:
The command language is a very stripped down version of rc(1),
currently only supporting "simple" commands consisting of a name
and an arbitrary number of arguments separated by spaces. Quoting
works just like with rc(1). Available commands are:
size sz
|
SOURCE
/sys/src/cmd/spred |
SEE ALSO
sam(1) |