Page 1 of 1

Move to destination command ignores the color depth

Posted: August 17th, 2018, 10:26 am
by davidh
Open a color image (48 bit) and run it through the following transformations:
Monochrome (->16 bit)
Tint (->48 bit)
Median blur (48 bit)
Halftone (->24 bit)

1. set Halftone as Destination and Move Tint to Destination -> Median blur stays tinted though it should not be.
now you have:
Monochrome (->16)
Median blur (48) !!
Halftone (->24)
Tint (24)

2. toggle OFF Median blur image -> Tint image turns error red saying "Illegal image input type"
It is because when Median blur image (48 bit) is turned off, the Monochrome (16 bit) input gets out of Halftone as 1 bit and cannot be tinted.

3. toggle Median blur ON and Tint output recovers
4. reprocess Median Blur -> nothing changes
5. reprocess Monochrome -> Median Blur reverts to correct 16 bits and Tint image turns error red saying "Illegal image input type", which is the situation that should have happened in the step 1.

Edit/Move down command works correctly.
I did not test Copy to destination command