contents   index   previous   next



GD toGd()

syntax:

gd.toGd(filename)

where:

filename - Name of file to output to

 

return:

boolean - Whether the operation was successful

 

description:

This method outputs the gd object to the file in the native format of the library, which is unreadable by any other program, but can be read and written quickly. It is mostly used to store a commonly used base-image in native format, which can then be worked with from there.

 

see:

#link <gd>, GD.fromGif()

 

 


GD toGif()