2020.04.06 14:32 "[Tiff] Issues with Matlab version", by Maria Perez

2020.04.08 20:43 "Re: [Tiff] Issues with Matlab version", by Su

Hi,

I checked the used LibTiff versions in Matlab with “Tiff.getVersion”:

      Matlab 2018b reported: 4.0.0
      Matlab 2019b reported: 4.0.10

The LibTiff 4.0.0 was released beginning of 2012 and the 4.0.10 end of 2018.

However, around the code producing the warning message, there is no change which could lead to a different behaviour.

Is the image read successfully?

Then, it is just a warning about the missing TIFF tag “StripByteCounts”, which is then estimated by LibTiff library for further internal use.

Maybe the warning was always there but the LibTiff to Matlab interface just didn't show the warning. What is your operating system?

Regards,
Su