| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | general | |
| Module | images |
| thing | in | Variable to test | |
| Allowed: | Glish variable | ||
| Default: | None | ||
Determine if this variable is an Imagepol tool. This is very useful in scripts; for robustness, you check that the tool is an Imagepol tool before you start applying Imagepol tool functions.
- p:=imagepol('myimage')
- is_imagepol(p)
T
- p2 := [10,20]
- is_imagepol(p2)
F