| 
 | imagegifOutput image to browser or file Description
   bool imagegif
    ( resource  $image[, string$filename] )
   imagegif creates the GIF
   file in filename from the image  The image format will be GIF87a unless the image has been made transparent with imagecolortransparent, in which case the image format will be GIF89a. Parameters
 
 Return Values
   Returns  Examples
 Example #1 Outputting an image using imagegif 
<?phpExample #2 Converting a PNG image to GIF using imagegif 
<?phpNotes
 
 See Also
 
 |