226 Appendix A Command Reference
ANIM? current test image has ANIMation
Class Image editor control
Description Returns a flag indicating if the image currently being displayed is animated.
Query syntax ANIM? imageName
Query response 0 = Not animated (static image) or the image was not found.
1 = Animated.
Example
ANIM? cubes // to determine if the “cubes” image has animation
1 // response indicates that “cubes” is an animated image