create a numpy zeros array of the required
size... for example:
imgArray = numpy.zeros( ( yourImageSize[0], yourImageSize[1], numImages ),
dType )
where dType is the bit depth of your images. so, for example, with
8-bit unsigned data, dType would be:
numpy.uint8
then you just have to loop thr
Hi there,
I am looking for a way to convert a group of images (.tif in my case) into
one stack, using python.
can anyone give a hint ?
thanks,
t.
___
Image-SIG maillist - Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig