Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images |
which | in | Which Image tools to destroy | |
Allowed: | String or vector of strings | ||
Default: | All global Image tools |
This (global) function applies the done function to the specified Image tools currently in Global name space. By default it destroys all Image tools.
- im1 := image('myimage1') - im2 := image('myimage2') - imagetools() im1 im2 - imagedones(); Done applied to image tool "im1" Done applied to image tool "im2" # - im1 := image('myimage1') - im2 := image('myimage2') - im3 := image('myimage3') - imagedones("im1 im3") Done applied to image tool "im1" Done applied to image tool "im3"