Python PIL For Loop to work with Multi-image TIFF

前端 未结 5 500
清酒与你
清酒与你 2020-12-09 05:33

Each tiff file has 4 images in it. I do not wish to extract and save them if possible, I would just like to use a for loop to look at each of them. (Like look at the pixel [

5条回答
  •  情话喂你
    2020-12-09 05:41

    Thanks to the answers on this thread I wrote this python module for reading and operating on multipage tiff files: https://github.com/mpascucci/multipagetiff

    It also allows to color-code the image stack "depth-wise" and make z-projections.

    Hope it can help

提交回复
热议问题