Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!uunet!rosie!aozer From: aozer@next.com (Ali Ozer) Newsgroups: comp.sys.next Subject: Re: TIFF's under 2.0 Message-ID: <909@rosie.NeXT.COM> Date: 7 Jun 91 01:45:38 GMT Article-I.D.: rosie.909 References: <2846effc.234@polyslo.CalPoly.EDU> <1638@toaster.SFSU.EDU> <1991Jun6.002304.1187@petunia.CalPoly.EDU> Sender: news@NeXT.COM Distribution: usa Organization: Next Computer, Inc. Lines: 19 Nntp-Posting-Host: twinpeaks.next.com In article <1991Jun6.002304.1187@petunia.CalPoly.EDU> Alex Raftis writes: >TIFF Error: Wrong data type 3 for field "SubfileType". >Error #1: Bad Image Format The SubfileType field is an obsolete TIFF field which is supposed to have one short value. Well, judging from the error message above, your file does seem to have the correct type (type 3 is short). Looks like there is a bug in NextStep's interpretation of the SubfileType field. Almost any application which writes TIFF files will probably write out the NewSubfileType field. You might want to try to find an app which can read the SubfileType field correctly; hopefully such an app will read your files fine and be able to create TIFFs with NewSubfileType fields which NextStep will accept. This is the first time I've heard of TIFFs with this problem (ie, TIFFs with this obsolete field in them)... Which app did you say generated these files? Ali, Ali_Ozer@NeXT.com