in reply to creating thumbnails
Now I'll give you that you probably split the line to make it easier tosystem("convert -geometry ".$size."x".$size."-quality $qual $file".$prefix."$file");
at some point in the loop, then the system() will be called with the string$file = "someimage.jpeg";
Check your spacing and see if that fixes your problem.convert -geometry 100x100-quality 50 someimage.jpegtn_someimage.jpeg
|
|---|