fantastic
just to avoid mistakes: for RED and BLU just I have to change the following:
image = camera.photo.image().convert("R", "U8")
image = camera.photo.image().convert("B", "U8")
right? no changes in the following stetement?
image.save(camera.photo.path[:-3] + "tif")
only the last question:
in the chunk it remains the original 3-channels image?
but I need 1-channel image: how to replace in the chunk the images?