pnmcut(1) cut a rectangle out of a portable anymap

SYNOPSIS

pnmcut [-left leftcol] [-right rightcol] [-top toprow] [-bottom bottomrow] [-width width] [-height height] [-pad] [-verbose] [ left top width height ] [pnmfile]

All options may be abbreviated to the shortest unique prefix.

OPTIONS

-left
The column number of the leftmost column to be in the output. If a nonnegative number, it refers to columns numbered from 0 at the left, increasing to the right. If negative, it refers to columns numbered -1 at the right, decreasing to the left.
-right
The column number of the rightmost column to be in the output, numbered the same as for -left.
-top
The row number of the topmost row to be in the output. If a nonnegative number it refers to rows numbered from 0 at the top, increasing downward. If negative, it refers to columns numbered -1 at the bottom, decreasing upward.
-bottom
The row number of the bottom-most row to be in the output, numbered the same as for -top.
-width
The number of columns to be in the output. Must be positive.
-height
The number of rows to be in the output. Must be positive.
-pad
If the rectangle you specify is not entirely within the input image, pnmcut fails unless you also specify -pad. In that case, it pads the output with black up to the edges you specify. You can use this option if you need to have an image of certain dimensions and have an image of arbitrary dimensions.

pnmpad can also fill an image out to a specified dimension, and gives you more explicit control over the padding.

-verbose
Print information about the processing to Standard Error.

AUTHOR

Copyright (C) 1989 by Jef Poskanzer.