Here is my code. It works fine with jpgs, but gifs give me a black box. Any help is appreciated.
Here is how it is called.
resize_Image($name,$directory,100,125,'thumbs/')
php5
function resize_Image($cur_file,$dir,$w,$h,$thumbs)
{
$cur_dir = $dir;
$filename = $cur_dir.$cur_file...