--- OLD/pnm/pnmcrop.1 Thu Jan 1 00:00:00 1970 +++ NEW/pnm/pnmcrop.1 Thu Jan 1 00:00:00 1970 @@ -9,6 +9,8 @@ .RB [ -right ] .RB [ -top ] .RB [ -bottom ] +.RB [ -pnmcut ] +.RB [ -verbose ] .RI [ pnmfile ] .SH DESCRIPTION Reads a portable anymap as input. @@ -30,6 +32,19 @@ .B -bottom restrict cropping to the sides specified. The default is to crop all sides of the image. +.PP +If +.B -pnmcut +is given, does not output the cropped image. Instead, the location of +the cropped image within the input image is printed (to stdout) in the +form of four numbers directly suitable for use on a +.B pnmcut +command line. +.PP +If +.B -verbose +is given, prints lines to stderr reporting how many rows/columns it is +cropping off each edge of the image. By default, this is not done. .PP All flags can be abbreviated to their shortest unique prefix. .SH "SEE ALSO"