summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-01-11 21:51:40 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-01-11 21:51:40 +0000
commitd9bbf089cc1180650c6222cc4ce98c89c9ccb8b9 (patch)
tree3436dc6c3226daeda194150e57511495cb71ce19
parentcc41aede949a8ef521001f6e744a45d77dce6726 (diff)
downloadnetpbm-mirror-d9bbf089cc1180650c6222cc4ce98c89c9ccb8b9.tar.gz
netpbm-mirror-d9bbf089cc1180650c6222cc4ce98c89c9ccb8b9.tar.xz
netpbm-mirror-d9bbf089cc1180650c6222cc4ce98c89c9ccb8b9.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3730 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamundice.html22
1 files changed, 13 insertions, 9 deletions
diff --git a/pamundice.html b/pamundice.html
index 549d37fe..6f3f9857 100644
--- a/pamundice.html
+++ b/pamundice.html
@@ -2,7 +2,7 @@
 <HTML><HEAD><TITLE>Pamundice User Manual</TITLE></HEAD>
 <BODY>
 <H1>pamundice</H1>
-Updated: 1 April 2007
+Updated: 11 January 2020
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
@@ -66,17 +66,21 @@ have the same height or every file have the same width.
 <p><b>pamdice</b> is the inverse of <b>pamundice</b>.  You can use
 <b>pamundice</b> to reassemble an image sliced up by <b>pamdice</b>.
 You can use <b>pamdice</b> to recreate the tiles of an image created
-by <b>pamundice</b>, but to do this the original ranks must all have
+by <b>pamundice</b>, but to do this, the original ranks must all have
 been the same height except for the bottom one and the original files
 must all have been the same width except the right one.
 
-<p>One use for this is to make pieces that take less computer
-resources than the whole image to process.  For example, you might
-have an image so large that an image editor can't read it all into
-memory or processes it very slowly.  You can split it into smaller
-pieces with <b>pamdice</b>, edit one at a time, and then reassemble them
-with <b>pamundice</b>.
-
+<p>One use for this is to process an image in pieces when the whole image is
+too large to process.  For example, you might have an image so large that an
+image editor can't read it all into memory or processes it very slowly.  You
+can split it into smaller pieces with <b>pamdice</b>, edit one at a time, and
+then reassemble them with <b>pamundice</b>.
+
+<p>Of course, you can also use <b>pamundice</b> to compose various kinds of
+checkerboard images, for example, you could write a program to render a
+chessboard by computing an image of each square, then using <b>pamundice</b>
+to assemble them into a board.
+  
 <p>An alternative to join images in a single direction (i.e. a single
 rank or a single file) is <b>pnmcat</b>.  <b>pnmcat</b> gives you more
 flexibility than <b>pamundice</b> in identifying the input images: you