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 2008

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

2008.01.10 19:03 "LibTiff..Reading partial strips", by Nikhil Shirahatti
2008.01.10 21:33 "Re: LibTiff..Reading partial strips", by Bob Friesenhahn
2008.01.10 21:40 "Re: LibTiff..Reading partial strips", by Nikhil Shirahatti
2008.01.10 22:01 "Re: LibTiff..Reading partial strips", by Bob Friesenhahn
2008.01.11 07:35 "Re: LibTiff..Reading partial strips", by Joris Van Damme
2008.01.10 22:08 "Re: LibTiff..Reading partial strips", by Frank Warmerdam
2008.01.10 22:48 "Re: LibTiff..Reading partial strips", by Nikhil Shirahatti
2008.01.10 23:04 "Re: LibTiff..Reading partial strips", by Nikhil Shirahatti
2008.01.11 00:59 "Re: LibTiff..Reading partial strips", by Bob Friesenhahn
2008.01.11 07:40 "Re: LibTiff..Reading partial strips", by Joris Van Damme

2008.01.10 19:03 "LibTiff..Reading partial strips", by Nikhil Shirahatti

Hello All,

This is the problem I' trying to solve:
to read a strip but not a whole strip but only part of it...reason: some of
the strips we deal with are huge(long) and hence by having the ability to
break them down and process them allows me to parallel process.
I hope to break them down to a mxn (no. rows x length) and store them as my
data structure (called tiles - different from the tiff tiles).

What I have tried:
I have tried hacking the TIFFReadRGBAStrip() ..which involved changing the
gtStripContig()
so I have a gtStripContigWithOffsets(TIFFRGBAImage* img, uint32* raster,
uint32 w, uint32 h, uint32 wOffset /*= 0*/, uint32 hOffset /*= 0*/)
but before I paste code and ask for scrutiny ....

was wondering if someone else out there has tried it?


Also, if someone has successfully streamed a tiff file and could point me in
the right direction that would be helpful.

I am using c#. and the libtiff has a managed wrapper.

Cheers,
Nikhil

-- 
-----------------------------------------------------------------
Nikhil V Shirahatti
http://vision.cs.arizona.edu/nvs