[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how do i read compressed tiff files?
- Subject: how do i read compressed tiff files?
- From: "L. Charles Burgwardt" <burgward(at)kodak.com>
- Date: Mon, 25 Jan 1999 13:11:15 -0500
- Newsgroups: comp.lang.idl-pvwave
- Organization: Eastman Kodak Company
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:13424
How do i read a compressed tiff file in IDL?
When I try to read a compressed file from either the command line of in
a program I get this error message:
IDL> image=READ_TIFF(filename,r,g,b)
% READ_TIFF: READ_TIFF: Images must be un-compressed
% Error occurred at: READ_TIFF 268
C:\RSI\IDL50\lib\read_tiff.pro
% $MAIN$
% Execution halted at: $MAIN$
Charlie B.