
-----------------------------------
Amailer
Sat Oct 25, 2003 1:36 am

Image problems...
-----------------------------------

   $image_f = $dir . $images[$key];
	
   header ("Content-type: image/gif");

   ImageCreateFromGif($image_f);

   ImageGiF($image_f);

   ImageDestroy($image_f);

Correct? or am i doing something wrong or missing something?

When i view the source i get this error:


Fatal error:  Call to undefined function:  imagegif() in C:\Program Files\Apache Group\Apache2\htdocs\pictures\new_image.php on line 34


-----------------------------------
octopi
Sun Oct 26, 2003 1:59 pm


-----------------------------------
Use jpeg instead, gif is no longer supported because of copyright issues.

-----------------------------------
Amailer
Mon Oct 27, 2003 8:15 pm


-----------------------------------
Oh? HMM ODD
how is: http://termix-zero.ath.cx/pictures/includes/create_img.php?out=termix4.gif&click=DL
working? its the same damm thing...oh well
