subimages

Categories: Image procedures , Compound image procedures

Documentation

;;; (subimages img) -> (list-of image?)
;;;   img : image?
;;; Get a list of all the subimages of the current image. 
;;;
;;; Compound images usually have two or more subimages. 
;;; Transformed images usually have one subimage.
;;; Basic images usually have no subimages.

Examples

Forthcoming

Tests

Forthcoming

See also

Forthcoming

Questions

Forthcoming