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.16 15:10 "TiffReadEncodedStrip - problem in Delphi", by Patryk Palasz
2006.01.16 15:33 "Re: TiffReadEncodedStrip - problem in Delphi", by Bob Friesenhahn
2006.01.17 07:43 "Re: TiffReadEncodedStrip - problem in Delphi", by Patryk Palasz
2006.01.17 18:53 "Re: TiffReadEncodedStrip - problem in Delphi", by Joris Van Damme
2006.01.17 20:17 "Re: TiffReadEncodedStrip - problem in Delphi", by Patryk Palasz
2006.01.17 20:31 "Re: TiffReadEncodedStrip - problem in Delphi", by Bob Friesenhahn

2006.01.17 07:43 "Re: TiffReadEncodedStrip - problem in Delphi", by Patryk Palasz

> Why are you handling the fill order in your own code?  I believe that
> libtiff already handles that for you.  So you are likely scrambling the 
> data yourself.  Also, what does ChangeLinesOrder() do?

This is not the point. I was using TiffReverseBits instead of 
ChangeBitsOrder but in case of those two pictures this code is simply not 
used. ChangeLinesOrder function changes line order in bitmap from up-bottom 
to bottom-up (TiffReadRGBA* make it automaticall but TiffReadEncodedStrip 
not). I was trying with and without this function - no success :(.