How can I save a 32 bit image (uint32) as a tiff?

12 次查看(过去 30 天)
Hello,
I am currently working on a post processing HDR script which requires that I use a 32 bit data type. The images start at 14 bit, once they are imported I convert them to int32, and after I do my calculations I convert them back to uint32. After I create my HDR image the max pixel value is about 181,000 counts. I am currently using,
imwrite(FinalImage, 'HDR Result.tif')
which works for 16 bit images, but does not seem to work for 32 bit images. If you could give me any help or insight I would greatly appreciate it.
Thank you, Jason
  1 个评论
Ashish Uthama
Ashish Uthama 2014-1-28
Could you say more on what you mean by 'does not seem to work'? Do you get an error message or does it write the data incorrectly?

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by