Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

pnmtorast(1)


pnmtorast

pnmtorast

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHOR

NAME

pnmtorast - convert a portable pixmap into a Sun rasterfile

SYNOPSIS

pnmtorast [-standard|-rle] [pnmfile]

DESCRIPTION

Reads a portable pixmap as input. Produces a Sun rasterfile as output.

Color values in Sun rasterfiles are eight bits wide, so pnmtorast will automatically scale colors to have a maxval of 255. An extra pnmdepth step is not necessary.

OPTIONS

The -standard flag forces the result to be in RT_STANDARD form; the -rle flag, RT_BYTE_ENCODED, which is smaller but, well, less standard. The default is -rle.

All flags can be abbreviated to their shortest unique prefix.

SEE ALSO

rasttopnm(1), pnm(5)

AUTHOR

Copyright (C) 1989, 1991 by Jef Poskanzer.



pnmtorast(1)