
Split an image along a certain axis (producing a list)
im_split(im, axis, nb = -1L)
an image
the axis along which to split (for example 'c')
number of objects to split into. if nb=-1 (the default) the maximum number of splits is used ie. split(im,"c") produces a list containing all individual colour channels
imappend (the reverse operation)