| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1383 |
|
| Package | general | |
| Module | images | |
| Tool | image |
This function closes the image tool. This means that it detaches the tool from its image file (flushing all the changes first). The image tool is ``null'' after this change (it is not destroyed) and calling any tool function other than open will result in an error.
- im := image('myimage') # Starts server and creates Image tool
- im.close() # Closes Image tool
- im.summary() # `im' is now null, this results in an error.
- im.open('myotherimage') # `im' is valid again