diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-12-29 19:24:50 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2009-12-29 19:24:50 +0000 |
commit | 62c34c8bfece6ad6c7091897dcd4f20285bbd79b (patch) | |
tree | d9bb50fc02db886aa4d326d77332b5c50e7d7c0c | |
parent | 68a7163657cd2235e9569eb2281d8955bf84285a (diff) | |
download | netpbm-mirror-62c34c8bfece6ad6c7091897dcd4f20285bbd79b.tar.gz netpbm-mirror-62c34c8bfece6ad6c7091897dcd4f20285bbd79b.tar.xz netpbm-mirror-62c34c8bfece6ad6c7091897dcd4f20285bbd79b.zip |
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1074 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | pamscale.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pamscale.html b/pamscale.html index f3b97414..083e348f 100644 --- a/pamscale.html +++ b/pamscale.html @@ -2,13 +2,14 @@ <HTML><HEAD><TITLE>Pamscale User Manual</TITLE></HEAD> <BODY> <H1>pamscale</H1> -Updated: 18 February 2005 +Updated: 29 Deceber 2009 <BR> <A HREF="#index">Table Of Contents</A> <H2>NAME</H2> pamscale - scale a Netpbm image + <H2 id="synopsis">SYNOPSIS</H2> <pre> @@ -53,6 +54,10 @@ scales individually horizontally and vertically by specified factors. <P>You can either enlarge (scale factor > 1) or reduce (scale factor < 1). +<p><b>pamscale</b> work on multi-image streams, scaling each one independently. +But before Netpbm 10.49 (December 2009), it scales only the first image and +ignores the rest of the stream. + <h3 id="scalefactor">The Scale Factors</h3> <p>The options <b>-width</b>, <b>-height</b>, <b>-xsize</b>, <b>-ysize</b>, |