Can I read TIFF or GeoTIFF RGB images with a bitdepth of 96 bits per sample (32 bits per color) into MATLAB or the Mapping Toolbox?
Show older comments
I have a GeoTIFF image that uses 32 bits to represent each color at each sample. When I use the GEOTIFFREAD or IMREAD functions to read the image, I receive the following error:
??? Tiled images must have 8 bits per sample or less.
Error in ==> imagesci\private\readtif at 32
[X, map, details] = rtifc(filename, args.index);
Error in ==> imread at 308
[X, map] = feval(fmt_s.read, filename, extraArgs{:});
Error in ==> geotiffread at 85
[I, map] = imread(filename,idx);
Accepted Answer
More Answers (0)
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!