MATLAB: Can IMREAD read LZW compressed TIFF files in MATLAB 7.0.4 (R14SP2)

compressedImage Processing Toolboximreadlzwtiftiff

I want to use IMREAD in MATLAB 7.0.4 (R14SP2) with LZW compressed TIFF files.

Best Answer

The IMREAD function supports the use of LZW compressed TIFF files as of MATLAB 7.0.4 (R14SP2). The use of IMREAD with LZW compressed TIFF files is not supported in previous releases.
See the documentation for IMREAD for more information: