AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
January 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.01.03 13:01 "read all uncompressed tiff data", by Rocky Pulley
2006.01.03 17:12 "Re: read all uncompressed tiff data", by Joris Van Damme
2006.01.03 18:23 "Re: read all uncompressed tiff data", by Rocky Pulley
2006.01.03 18:51 "Re: read all uncompressed tiff data", by Joris Van Damme
2006.01.03 19:08 "Re: read all uncompressed tiff data", by Rocky Pulley
2006.01.04 09:25 "Re: read all uncompressed tiff data", by Gerben Vos
2006.01.04 11:22 "Re: read all uncompressed tiff data", by Rocky Pulley

2006.01.03 19:08 "Re: read all uncompressed tiff data", by Rocky Pulley

Thanks, I figured it out, I just added a Decode  field and inverted the
array to [1 0], which inverses the black &  white.  
  
Another problem that I'm having though is that it seems fine for any 
multi-strip tiff, I've tried packbits and lzw both, but when the image  is
all in one strip (which is generally what we always use here), I get  an
error displaying the image from acrobat.  Basically, it's one  strip
that's height is the same height as the whole image.  
  
Anyway, I'll keep at it and hopefully find some fix for that, thanks for
the advice!
  
  -- Rocky