contents   index   previous   next



GD toGif()

syntax:

gd.toGif(filename)

where:

filename - Name of file to output to

 

return:

boolean - Whether the operation was successful.

 

description:

This method compresses the GIF data in the appropriate manner, and outputs the contents of the image to the specified file in GIF form.

 

see:

#link <gd>, GD toGd(), GD.fromGif()

 

 


GD width()