I'm having issues converting PCO camera .b16 files under nconvert 5.54. These files are originally in 16 bit format, but I apparently can only convert them into 8 bit format. When trying to convert from .b16 to 16 bit TIFF (uyvy), using the following command line
it says the files cannot be written in this format.nconvert -out uyvy *.b16
It works perfectly well with 8bit TIFF conversion though.
Is there any chance for me to be able to convert my .b16 into a 16 bit ImageJ read format? Do I have to put a special command tag in my line?
Thank you in advance for answer/help