logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

batch_crop - crop a set of images

Description

       The area defined by the rectangle left, top, width, height is cropped out of each of the images and saved
       in a file of the same name, but prefixed by "crop_".

       For example:

         batch_crop 10 10 100 100 fred.jpg jim.png

       will  make  two  images,  crop_fred.jpg  and  crop_jim.png,  each  of  100  by 100 pixels, taken from the
       corresponding input images.

Name

       batch_crop  - crop a set of images

Return Value

       returns 0 on success and non-zero on error.

See Also

vipsheader(1), im_vips2tiff(3), im_vips2jpeg(3), im_vips2png(3), im_vips2ppm(3)

                                                   2 Feb 2002                                      BATCH_CROP(1)

Synopsis

batch_croplefttopwidthheightimage1image2...

See Also