JSImage constructor

JSImage(fileName)

Constructs pixel data for a graphics image and its attributes. Supports the following file formats: BMP, GIF, EXIF, JPG, PNG, and TIFF.

JSImage(fileName: string)
ParameterTypeDescription
fileNamestring

See Also