[magick-users] slice up an image - dynamic example

Bob Meetin bobm at dottedi.biz
Fri Aug 8 09:17:06 PDT 2008


The dynamic example using convert with php/mysql:

http://www.dottedi.biz/codesamples/slideshows/multiplex/dynamic_example.php

convert image_480x360.jpg -crop 160x120 -scene 1 images_160x120.jpg

I used php to slice up the file basename from the extension, then convert for the real magic.

-Bob





More information about the Magick-users mailing list