How can I write a TIFF image into a 16 bit signed integer file using IMWRITE in MATLAB 7.11 (R2010b)?
Show older comments
I am trying to save a TIFF file of a digital elevation model (DEM) with absolute heights in meters above or below sea level. To do this correctly, IMWRITE must write a 16-bit signed integer file (to handle negative integers). But, IMWRITE supports only unsigned integers.
Accepted Answer
More Answers (0)
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!