summary refs log tree commit diff
path: root/directory.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-12-04 22:07:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-12-04 22:07:00 +0000
commit231a64a1749f7223cc30cfafc1695a03955009ad (patch)
tree13b22c64c267e192848244d2c5ed44332e6f02b4 /directory.html
parent9dc172546e5959fbb73f598ffa9175a58f30f17a (diff)
downloadnetpbm-mirror-231a64a1749f7223cc30cfafc1695a03955009ad.tar.gz
netpbm-mirror-231a64a1749f7223cc30cfafc1695a03955009ad.tar.xz
netpbm-mirror-231a64a1749f7223cc30cfafc1695a03955009ad.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4473 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'directory.html')
-rw-r--r--directory.html27
1 files changed, 20 insertions, 7 deletions
diff --git a/directory.html b/directory.html
index e09a6927..10d25a66 100644
--- a/directory.html
+++ b/directory.html
@@ -593,6 +593,12 @@ convert Palm Pilot Image Viewer format to Netpbm formats.
 <dt><b><a href="pbmtozinc.html">pbmtozinc</a></b>
 <dd>convert PBM to Zinc Interface Library icon
 
+<dt><b><a href="pamtoqoi.html">pamtoqoi</a></b>
+<dd>convert from Netpbm formats to Quite OK Image format
+
+<dt><b><a href="qoitopam.html">qoitopam</a></b>
+<dd>convert from Quite OK Image format to PAM
+  
 <dt><b><a href="rawtopgm.html">rawtopgm</a></b>
 <dd>convert raw grayscale bytes to PGM
 
@@ -886,7 +892,8 @@ a color map containing all possible colors of given maxval
 <dd>rubber sheet deforming, distortion, stretching of an image
 
 <dt><b><a href="pamhomography.html">pamhomography</a></b>
-<dd>map one arbitrary quadrilateral image region to another
+<dd>stretch/shrink a quadrilateral region of an image to
+another quadrilateral shape
 
 <dt><b><a href="pamaddnoise.html">pamaddnoise</a></b>
 <dd>add noise to an image
@@ -916,12 +923,6 @@ a color map containing all possible colors of given maxval
 <dt><b><a href="pamundice.html">pamundice</a></b>
 <dd>assemble an image from tiles (opposite of <b>pamdice</b>)
 
-<dt><b><a href="ppmtorgb3.html">ppmtorgb3</a></b>
-<dd>separate a PPM into three PGMs
-
-<dt><b><a href="rgb3toppm.html">rgb3toppm</a></b>
-<dd>combine three PGMs into one PPM
-
 <dt><b><a href="pammixinterlace.html">pammixinterlace</a></b>
 
 <dd>mix adjacent lines to merge interlaced images
@@ -951,6 +952,9 @@ a color map containing all possible colors of given maxval
 <dt><b><a href="ppmfade.html">ppmfade</a></b>
 <dd>produce series of images fading from one to another
 
+<dt><b><a href="pamshuffle.html">pamshuffle</a></b>
+<dd>move pixels around randomly
+
 <dt><b><a href="pamoil.html">pamoil</a></b>
 <dd>turn a PNM or PAM image into an oil painting
 
@@ -1034,12 +1038,21 @@ These all work on the Netpbm formats as input.
 <dt><b><a href="pamstack.html">pamstack</a></b>
 <dd>stack the planes of multiple PAM images into a single output image
 
+<dt><b><a href="ppmtorgb3.html">ppmtorgb3</a></b>
+<dd>separate a PPM into three PGMs
+
+<dt><b><a href="rgb3toppm.html">rgb3toppm</a></b>
+<dd>combine three PGMs into one PPM
+
 <dt><b><a href="pampick.html">pampick</a></b>
 <dd>pick images out of a multi-image Netpbm image stream
 
 <dt><b><a href="pamsplit.html">pamsplit</a></b>
 <dd>split a multi-image Netpbm file into multiple 1-image files
 
+<dt><b><a href="pamrestack.html">pamrestack</a></b>
+<dd>rearrange (reflow) pixels into different size rows
+
 <dt><b><a href="pamexec.html">pamexec</a></b>
 <dd>run a shell command on each image of a multi-image stream