Dear Gabriel thanks for your solution. However, now I have a composite image
having values between 0-1 but as you told I cannot save it.
32 bit container?
Orkun
-----Original Message-----
From: * [mailto:
[hidden email]] On Behalf Of Gabriel Landini
Sent: 17 Mayıs 2012 Perşembe 15:13
To:
[hidden email]
Subject: Re: RGB 0-255 to RGB 0-1
On Thursday 17 May 2012 12:32:35 Orkun Ersoy wrote:
> Each channel becomes black (dark-0).
You need a 32 bit container to store the result.
1. Convert the RGB image into a RGB stack,
2. Convert the stack to 32-bit,
3. Apply Process>Math>Divide by 255.
if you want to "see" this in colour, you can run "Image>Color>Make
Composite".
But the colours might not display exactly the same way as the original as
the
channels I think get re-stretched so you might have to adjust the transfer
function limits with the Brightness and Contrast dialog.
Cheers
Gabriel