Can Imagemagick convert an 24 bit per pixel (bpp) image (8 bit per channel - RGB888) to a 16 bit per pixel TIFF (5,6,5 bit per channel or 5,5,6 bit per channel - RGB556 or RGB565)?
The convert -depth parameter apparently only allows the same depth for all channels (called BitsPerSample in TIFF) such as 5-bit or 6-bit per channel resulting in 15-bpp or 18-bpp TIFF (for RGB with three channels.)
Are there hidden extra values for -depth? Such as -depth 5,6,5?
Or what is the solution if one exists?
(The info. in viewtopic.php?f=2&t=17425 was not sufficient to answer the question).
Yours, Anders Bo