$img_info[0], "height" => $img_info[1], "type" => $img_type, "size" => $img_size ); print " width"; print $img_info[0]; print " height"; print $img_info[1]; print " format"; print $img_type; print " size"; print $img_size; print $new_img_info; } $img = "/www/htdocs/images/jf.gif"; getImageInfo($img); ?>