reduce colour
Posted: 2010-11-03T04:40:07-07:00
Hi,
we are using imagemagic in our java application. we have a scenario that we need to convert the images into 16 bits.
We converted the images into 16 bits by using mogrify command -depth 16. But it is converting to 48 bits infact.
that means 16 bit Red, 16 bit Green,16 bit blue. what we need is total 16 bits. like 5-6-5. Any idea how to reduce the colour
of converted image?
Thanks
Kelvin.
we are using imagemagic in our java application. we have a scenario that we need to convert the images into 16 bits.
We converted the images into 16 bits by using mogrify command -depth 16. But it is converting to 48 bits infact.
that means 16 bit Red, 16 bit Green,16 bit blue. what we need is total 16 bits. like 5-6-5. Any idea how to reduce the colour
of converted image?
Thanks
Kelvin.