Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Image problems...
Index -> Programming, PHP -> PHP Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Amailer




PostPosted: Sat Oct 25, 2003 1:36 am   Post subject: Image problems...

code:

   $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:
code:

<br />
<b>Fatal error</b>:  Call to undefined function:  imagegif() in <b>C:\Program Files\Apache Group\Apache2\htdocs\pictures\new_image.php</b> on line <b>34</b><br />
Sponsor
Sponsor
Sponsor
sponsor
octopi




PostPosted: Sun Oct 26, 2003 1:59 pm   Post subject: (No subject)

Use jpeg instead, gif is no longer supported because of copyright issues.
Amailer




PostPosted: Mon Oct 27, 2003 8:15 pm   Post subject: (No subject)

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
Display posts from previous:   
   Index -> Programming, PHP -> PHP Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: