I guess I should have told my problem in the previous post.
This script works alright, it will resize the images
create a thumbnails directory
and move all the image with a -thumb extension into
the thumbnails directory.
However, that only happens when I specify the directory that the script is currently in.
I am guessing that my problem lies in the
$img->Read($_);
coding.
Is there any way to get around this?
Any help is appreciated.
~firstbaseman83