|
|
| |
PAINTTORLE(1) |
FreeBSD General Commands Manual |
PAINTTORLE(1) |
painttorle - Convert MacPaint images to RLE format.
painttorle [ -c [ red ] [ green ] [ blue ] [
alpha ] ] [ -r ] [ -o outfile.rle ] [
infile.paint ]
Painttorle converts a file from MacPaint format into RLE format. Because
MacPaint and RLE disagree on which end is up, the output should be sent
through rleflip to preserve orientation.
- -c[red] [green] [blue] [alpha]
- Allows the color values to be specified (the default is 255).
- -r
- Invert the color of the MacPaint pixels (reverse video).
- infile.paint
- The input paint data will be read from this file, otherwise, input will be
taken from stdin.
- -o outfile.rle
- If specified, output will be written to this file, otherwise it will go to
stdout.
rletopaint(1), urt(1), RLE(5).
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |