I just fool around with gd a bit, and created
thumbmnails from original pictures, now what
can I do to create files?
$filelocation="tn_".$pics[$f];
$newfile = fopen($filelocation,"w+");
fwrite($newfile,imagegif($dst_img));
fclose($newfile);
imagedestroy($dst_img);
will not do, it just saves some numbers...
Any help appreciated, I want to do some batch converting of a whole folder...
Thanks,
Chris