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 4.8

i386

pnmscale(1)


Pnmscale User Manual

Pnmscale User Manual

NAME
SYNOPSIS
DESCRIPTION

NAME

pnmscale - scale a PNM image

SYNOPSIS

pnmscale
[
scale_factor

|
-xysize
cols rows
|
-reduce
reduction_factor
|
[-xsize=cols | -width=cols | -xscale=factor]
[-ysize=rows | -height=rows | -yscale=factor]
|
-pixels
n
]
[-verbose]
[-nomix]
[pnmfile]

DESCRIPTION

This program is part of Netpbm(1).

pnmscale was obsoleted by pamscale(1),introducedwithNetpbm10.20 (January 2004). pamscale is backward compatible with pnmscale, plus adds many additional functions, including the ability to process PAM images, and tends to produce better results.

pnmscale remains in the current Netpbm package because it probably has fewer bugs for now than pamscale, and may have superior performance characteristics in some cases. Some day, pnmscale will probably become an alias for pamscale.

You can use the pamscale documentation for pnmscale, considering the following differences:

pnmscale options are a subset of pamscale’s, as

documented above.

pnmscale always assumes the input is linear, as pamscale

does when you specify its -linear option.

pnmscale cannot process PAM images.



pnmscale(1)