|
NAMEbwcrop - crop black and white bw filesSYNOPSISbwcrop in.bw out.bw bwcrop in.bw out.bw inwidth outwidth outheight ulx uly urx ury lrx lry llx lly DESCRIPTIONbwcrop crops any quadrilateral out of an arbitrarily large bw(5) input file (in.bw), squares that region to a given height and width output size, and writes the result to out.bw. The first form of bwcrop prompts for all parameters it needs to do the cropping. All responses should be pixel counts or first quadrant coordinates. The second form allows all of the needed parameters to be given on the command line and is intended for use from shell scripts. The coordinate names (the eight arguments listed above after outheight) refer to the input file, and more specifically to upper-left-x (ulx), lower-right-y (lry), etc., in clockwise-from-upper-left order.The nearest input pixel is selected for each output pixel. No interpolation is done by this program. SEE ALSObrlcad(1), bwrect(1), bwscale(1), bw(5)AUTHORBRL-CAD TeamCOPYRIGHTThis software is Copyright (c) 1989-2019 by the United States Government as represented by U.S. Army Research Laboratory.BUG REPORTSReports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
Visit the GSP FreeBSD Man Page Interface. |