1BATCH_CROP(1)               General Commands Manual              BATCH_CROP(1)
2
3
4

NAME

6       batch_crop  - crop a set of images
7

SYNOPSIS

9       batch_crop left top width height image1 image2 ...
10

DESCRIPTION

12       The  area  defined by the rectangle left, top, width, height is cropped
13       out of each of the images and saved in a file of  the  same  name,  but
14       prefixed by "crop_".
15
16       For example:
17
18         batch_crop 10 10 100 100 fred.jpg jim.png
19
20       will  make  two  images, crop_fred.jpg and crop_jim.png, each of 100 by
21       100 pixels, taken from the corresponding input images.
22
23

RETURN VALUE

25       returns 0 on success and non-zero on error.
26

SEE ALSO

28       vipsheader(1),   im_vips2tiff(3),   im_vips2jpeg(3),    im_vips2png(3),
29       im_vips2ppm(3)
30
31
32
33
34                                  2 Feb 2002                     BATCH_CROP(1)
Impressum