Reputation: 33
Can anyone suggest me a way to convert a 32 bit float type raw image into a 16 bit short type TIFF image in C ?
Any specific library used for this ?
Upvotes: 0
Views: 890
Reputation: 135
Check out raw2tiff(1) here http://linux.die.net/man/1/raw2tiff. This seems to be what your looking for.
Upvotes: 1