Hello again,
this works for me - thank you Roger! and i can start with .tif files from the acquisition machine, so conversion to png is no longer needed.
Now i would indeed like to create a single OME-TIFF file: all channels, all time points. as you said, this obviates the need for a companion file, but i also now need to package all the original images (1000s of tiffs) as well - are there memory concerns doing this? is using image- or graphicsMagick a reasonable approach?
example:
p0101_t0001_c0.tif
p0101_t0001_c1.tif
p0101_t0001_c2.tif
p0101_t0002_c0.tif
p0101_t0003_c0.tif
p0101_t0003_c1.tif
p0101_t0004_c0.tif
p0101_t0005_c0.tif
p0101_t0005_c1.tif
p0101_t0005_c2.tif
...
p0101_t3094_c0.tif
in the end i want something like http://downloads.openmicroscopy.org/ima ... es.ome.tif that additionally reflects your code for referring to the previous plane when there is no time point for a channel (via IFD i assume). i'm not clear on how to associate the IFD for each plane in this new multi-page file with its original filename...
there are thousands of images (1344x1024 8bit) per position (e.g. p0101 above), and i want to create a single OME-TIFF for each position.
thanks in advance!
d