[magick-users] slice up an image
Bob Meetin
bobm at dottedi.biz
Wed Aug 6 16:01:16 PDT 2008
Anthony Thyssen wrote:
> Bob Meetin on wrote...
> | Fred Weinhaus wrote:
> | > I believe that -crop should do it automatically (if your image is
> | > evenly divisible by the subsection sizes)
> | >
> | > convert image_480x360.jpg -crop 160x120 images_160x120.jpg
> |
>
> See http://www.imagemagick.org/Usage/files/#scene
>
> | and BTW - this would have saved me "hours" of work last weekend... sigh
>
> Isn't that always the case ;-)
>
> Anthony
==>> convert paradise.jpg -crop 160x120 -scene 1 euphoria.jpg <<==
I just tried it, this really is Magick, perhaps better. Where this is
headed is towards a customized version of a Mootools JavaScript
slideshow which uses 9 (or whatever works for the space) images that
transition. With a little PHP and convert I will be able to feed it
images and generate mini-images and necessary code on the fly. And
eventually lead to less administration and mistakes.
Thanks to both Fred and Anthony -Bob
More information about the Magick-users
mailing list