pnmcut(1)


NAME

   pnmcut - 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.

DESCRIPTION

   Reads  a  PBM,  PGM,  or  PPM  image  as input.  Extracts the specified
   rectangle, and produces the same kind of image as output.

   There are two ways to specify  the  rectangle  to  cut:  arguments  and
   options.  Options are easier to remember and read, more expressive, and
   allow you to use defaults.   Arguments  were  the  only  way  available
   before July 2000.

   If you use both options and arguments, the two specifications get mixed
   in an unspecified way.

   To use options, just code any  mixture  of  the  -left,  -right,  -top,
   -bottom, -width, and -height options.  What you don't specify defaults.
   It is an error to overspecify, i.e. to  specify  all  three  of  -left,
   -right, and -width or -top, -bottom, and -height.

   To  use arguments, specify all four of the left, top, width, and height
   arguments.  left and top have the same effect as specifying them as the
   argument  of  a  -left  or -top option, respectively.  width and height
   have the same effect as specifying them as the argument of a -width  or
   -height  option, respectively, where they are positive.  Where they are
   not positive, they have the same effect as specifying one less than the
   value  as  the  argument  to  a -right or -bottom option, respectively.
   (E.g.  width = 0 makes the cut go all  the  way  to  the  right  edge).
   Before  July  2000,  negative  numbers  were  not allowed for width and
   height.

   Input is from Standard Input  if  you  don't  specify  the  input  file
   pnmfile.

   Output is to Standard Output.

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.

SEE ALSO

   pnmcrop(1), pnmpad(1), pnmcat(1), pgmslice(1), pnm(5)

AUTHOR

   Copyright (C) 1989 by Jef Poskanzer.

                             29 June 2000                        pnmcut(1)


More Linux Commands

manpages/XtFindFile.3.html
XtFindFile(3) - search for a file using substitutions in the
The path parameter specifies a string that consists of a series of potential file names delimited by colons. Within each name, the percent character specifies a

manpages/ether_ntoa_r.3.html
ether_ntoa_r(3) - Ethernet address manipulation routines....
ether_aton() converts the 48-bit Ethernet host address asc from the standard hex-digits-and-colons notation into binary data in network byte order and returns a

manpages/vw_scanw.3ncurses.html
vw_scanw(3ncurses) - convert formatted input from a curses w
The scanw, wscanw and mvscanw routines are analogous to scanf [see scanf(3)]. The effect of these routines is as though wgetstr were called on the window, and t

manpages/pl2pm.1.html
pl2pm(1) - Rough tool to translate Perl4 .pl files to Perl5
pl2pm is a tool to aid in the conversion of Perl4-style .pl library files to Perl5-style library modules. Usually, your old .pl file will still work fine and yo

manpages/Mail::SpamAssassin::BayesStore::BDB.3pm.html
Mail::SpamAssassin::BayesStore::BDB(3pm) - BerkeleyDB Bayesi
This module implementes a BDB based bayesian storage module. METHODS new public class (Mail::SpamAssassin::BayesStore::SQL) new (Mail::Spamassassin::Plugin::Bay

manpages/avahi-daemon.8.html
avahi-daemon(8) - The Avahi mDNS/DNS-SD daemon (Man Page)...
The Avahi mDNS/DNS-SD daemon implements Apples Zeroconf architecture (also known as Rendezvous or Bonjour). The daemon registers local IP addresses and static s

manpages/scroll.3ncurses.html
scroll(3ncurses) - scroll a curses window - Linux man page
The scroll routine scrolls the window up one line. This involves moving the lines in the window data structure. As an optimization, if the scrolling region of t

manpages/auparse_first_field.3.html
auparse_first_field(3) - reposition field cursor (Man Page)
auparse_first_field repositions the librarys internal cursor to point to the first field of the current record in the current event. RETURN VALUE Returns 0 if t

manpages/killchar.3ncurses.html
killchar(3ncurses) - curses environment query routines......
The baudrate routine returns the output speed of the terminal. The number returned is in bits per second, for example 9600, and is an integer. The erasechar rou

manpages/killchar_sp.3ncurses.html
killchar_sp(3ncurses) - curses screen-pointer extension.....
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th

manpages/isserial.8.html
isserial(8) - determines if the underlying tty of stdin is a
iserial determines if the underlying character device of the current stdin is a serial line. This can be used on /dev/console as current character device to che

manpages/gnutls_pkcs12_set_bag.3.html
gnutls_pkcs12_set_bag(3) - API function - Linux manual page
This function will insert a Bag into the PKCS12 structure. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. REPORTING BUG





We can't live, work or learn in freedom unless the software we use is free.