On Thu, 24 Sep 2009 22:27:41 -0500
Peng Yu <[email protected]> wrote:

| Hi,
| 
| Suppose that I have a large number of image files (say tiff format, or
| whatever format). I want to split each image into two equal subimages
| (in the middle horizontally or vertically) or to split each image into
| four quadrants. I am wondering if there is a batch way to do so in
| imagemagick.
| 
Not really as multiple images are involved.  You could do it with two
mogrify's saving the results to a separate directory (-path). however
you are better off looping with a convert command for each image.

See IM examples,  Mogrify Not - Batch Processing Alternatives
   http://www.imagemagick.org/Usage/basics/#mogrify_not


  Anthony Thyssen ( System Programmer )    <[email protected]>
 -----------------------------------------------------------------------------
    Millions long for immortality who do not know what to do with
    themselves on a rainy Sunday afternoon.       --- Susan Ertz
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to