I have the following plan concerning scans of my slides with two different software:
Scans from software A are better than scans from software B. However, the tools for image processing provided by software B are better than the tools from software A. So my aim is to use software A for scanning and B for image processing. So I have to convert the raw data from software A to look like the raw data from software B.
I have scans using A and B of a slide with the same pixel dimensions. I have managed to extract from both of these the RGB and the IR image as single-page tifs.
My aim is to create a multipage tif (required by B) from two input tifs extracted from A, being the RGB-image (3x16bit pixels) and the IR-image (16bit B&W tif).
I use
Code: Select all
convert RGB-image.tif IR-image.tif new_multipage.tif
I can open the original output tif from software A with imageJ and it looks fine. However, if I open the artificilly created multipage tif the image is not correct (mainly noise). Although both multipage tifs should have the same structure and metadata, one is readable and one is not. And if I open the multipage tif with software B, I correctly see the RGB-image, but the IR-image is completely black. So obviously somethings is going wrong with my trick.
What do I do wrong? I would very much appreciate any hints.
Many thanks in advance and best wishes for the Easter Holidays,
Hermann-Josef