Image
Methods
| Method | Description |
|---|---|
name() |
Get the name of the image. |
save(filename) |
Save the image to a file. |
Detailed Documentation
name
Get the name of the image.
Returns:
| Type | Description |
|---|---|
string |
The image name. |
save
Save the image to a file.
Parameters:
| Name | Type | Description |
|---|---|---|
filename |
string |
The filename to save to. |