From 0489fedf1457a3752d22ef00ba37703e4ee27474 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 1 Apr 2007 17:59:28 +0000 Subject: Add pamdice/pamundice cross references git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@271 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- pamdice.html | 48 ++++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 18 deletions(-) (limited to 'pamdice.html') diff --git a/pamdice.html b/pamdice.html index 1495cc80..28d45778 100644 --- a/pamdice.html +++ b/pamdice.html @@ -2,17 +2,27 @@ Pamdice User Manual

pamdice

-Updated: 29 July 2005 +Updated: 1 April 2007
Table Of Contents - 

NAME

pamdice - slice a Netpbm image into many horizontally and/or vertically -  -

SYNOPSIS

+

EXAMPLE

+ +
+
+    $ pamdice myimage.ppm -outstem=myimage_part -width=10 -height=8
+    $ pamundice myimage_part_%1d_%1a.ppm -across=10 -down=8 >myimage.ppm
+
+    $ pamdice myimage.ppm -outstem=myimage_part -height=12 -voverlap=9
+
+
+ + +

SYNOPSIS

pamdice @@ -34,8 +44,7 @@ pamdice - slice a Netpbm image into many horizontally and/or vertically two hyphens instead of one. You can separate an option name from its value with white space instead of an equals sign. -  -

DESCRIPTION

+

DESCRIPTION

This program is part of Netpbm. @@ -50,7 +59,8 @@ output files.

The -width and -height options determine the size of the output pieces. -

pnmcat can rejoin the images. +

pamundice can rejoin the images. For finer control, you can +also use

pnmcat.

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 @@ -62,8 +72,11 @@ edit one a time, and then reassemble them. pieces that you can glue together. ppmglobe does a similar thing; it lets you glue the pieces together into a sphere. -  -

OPTIONS

+

If you want to cut pieces from an image individually, not in a regular +grid, use pamcut. + + +

OPTIONS

-outstem=filenamestem @@ -116,9 +129,9 @@ pixels. By default, there is no overlap.

Before Netpbm 10.29 (August 2005), there was a limit of 100 slices in each direction. -  -

SEE ALSO

+

SEE ALSO

+pamundice, pamcut, pnmcat, pgmslice, @@ -127,15 +140,14 @@ in each direction. pnm
-  -

Table Of Contents

+

Table Of Contents

-- cgit 1.4.1