contents   index   previous   next



GD.fromXbm()

syntax:

GD.fromXbm(filename)

where:

filename - name of XBm file to open.

 

return:

object - new GD object with the contents of the specified file, or null if there was an error.

 

description:

This method attempts to open the specified XBM file, and then reads in the data. If there is an error opening the file or reading the data, then null is returned.

 

see:

#link <gd>, GD.fromGif()