From: Madhuri Gottumukkala on
rakesh <thisisforfun123(a)yahoo.com> wrote in message <ef46743.-1(a)webcrossing.raydaftYaTP>...
> I am getting the following error in reading tiff images.i am using
> matlab 7.0.Is there any patch to solve this problem.
>
> can some one help me in this regard
>
> thanx in advance.
>
> ??? LZW-compressed TIFF images are not supported.
>
> Error in ==> imagesci\private\readtif at 25
> [X,map] = rtifc(filename, index);
>
> Error in ==> imread at 306
> [X, map] = feval(fmt_s.read, filename, extraArgs{:});
From: Steve Eddins on
On 4/29/2010 6:27 AM, Madhuri Gottumukkala wrote:
> rakesh <thisisforfun123(a)yahoo.com> wrote in message
> <ef46743.-1(a)webcrossing.raydaftYaTP>...
>> I am getting the following error in reading tiff images.i am using
>> matlab 7.0.Is there any patch to solve this problem.
>>
>> can some one help me in this regard
>>
>> thanx in advance.
>>
>> ??? LZW-compressed TIFF images are not supported.
>>
>> Error in ==> imagesci\private\readtif at 25
>> [X,map] = rtifc(filename, index);
>>
>> Error in ==> imread at 306
>> [X, map] = feval(fmt_s.read, filename, extraArgs{:});

MATLAB 7.0 is six years old. At that time it was difficult for many
applications (and for nontechnical reasons) to support LZW TIFF files.
(Use Google if you want to know more.)

You'll need to upgrade your MATLAB in order to get that capability.

---
Steve Eddins
http://blogs.mathworks.com/steve/