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