#shamelessselfpromotion

@Marianne:

On Sun, Apr 28, 2013 at 9:52 PM, Marianne Corvellec <marianne.corvellec@ens-lyon.org> wrote:

In [1]: import skimage.io as io

In [2]: coll = io.ImageCollection('Movie2/movie2_t005_z*_c001.png')

In [3]: len(coll)
Out[3]: 21

In [4]: coll[0].shape
Out[4]: (512, 1536)

You might find my very first PR to scikit-image useful: =)

In [5]: im3d = io.concatenate_images(coll)

In [6]: im3d.shape
Out[6]: (21, 512, 1536)