How to read a RGB 14 bit per channel image
Posted: 2011-12-15T03:21:27-07:00
Recently I have found the following problem:
I have a scanner that "suposelly" give 14 bits per channel depth but the only "image format"
I get to output / work with that depth is a RAW RGB file with the plain RGB data ...
Problem 1: I do not have always the same width nor height ...
I am using the IrfanView program but despite the image being shown if I "quit" I get asked to insert the correct size ( which I do not know ...)
So I am having several raw images that I can not read ...
IM convert reports that does does not have a decode delegate ...
If I try the identify util I also get the same "error" ...
how can I bypass the delegate and or force the file to be interpreted by IM ?
Is it possible to call convert with something like "convert -depth 14 image.raw JPG:output.jpg" without specifing sizes ?
I have a scanner that "suposelly" give 14 bits per channel depth but the only "image format"
I get to output / work with that depth is a RAW RGB file with the plain RGB data ...
Problem 1: I do not have always the same width nor height ...
I am using the IrfanView program but despite the image being shown if I "quit" I get asked to insert the correct size ( which I do not know ...)
So I am having several raw images that I can not read ...
IM convert reports that does does not have a decode delegate ...
If I try the identify util I also get the same "error" ...
how can I bypass the delegate and or force the file to be interpreted by IM ?
Is it possible to call convert with something like "convert -depth 14 image.raw JPG:output.jpg" without specifing sizes ?