user3840066
user3840066

Reputation: 33

Raw image to tiff image

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

Answers (1)

vvvv
vvvv

Reputation: 135

Check out raw2tiff(1) here http://linux.die.net/man/1/raw2tiff. This seems to be what your looking for.

Upvotes: 1

Related Questions