Move to destination command ignores the color depth

Please use this forum to post bug reports, feature requests, tips, etc. for beta versions of Picture Window Pro 8

Moderator: jsachs

Locked
davidh
Posts: 835
Joined: June 9th, 2009, 2:16 am

Move to destination command ignores the color depth

Post 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
Locked