Sorry for my bad english
I have a raw file, contening some images, and i want to convert it to jpg:
Code: Select all
convert -quality 100 -depth 16 -size 256x256 -channel gray:in.raw out.jpg
(for example a hot red colormap, hsv colormap...) what i have to specify???
Tnks in advance for the help!!!!!!!