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 2005

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

2005.01.29 15:42 "almost finished hacking libtiff into a convivial shape", by <melser.anton@gmail.com>
2005.01.30 09:00 "Re: almost finished hacking libtiff into a convivial shape", by Ross A Finlayson
2005.01.30 10:00 "Re: almost finished hacking libtiff into a convivial shape", by <melser.anton@gmail.com>
2005.01.30 16:34 "Re: almost finished hacking libtiff into a convivial shape", by <melser.anton@gmail.com>
2005.01.30 23:30 "Re: almost finished hacking libtiff into a convivial shape", by <sherlog@t-online.de>
2005.01.31 00:17 "Re: almost finished hacking libtiff into a convivial shape", by <melser.anton@gmail.com>

2005.01.31 00:17 "Re: almost finished hacking libtiff into a convivial shape", by <melser.anton@gmail.com>

Thanks heaps Sherlog,

I have spent the day reading up on the tiff format and ccitt T.6 and now 
would say I have a pretty good idea of both. I will have a go at what 
you suggest as opposed to trying to change the way libtiff works. I am 
very new to this sort of stuff, and new to c so am doing lots of time 
wasting... certainly any extra pointers on how you think it would be 
best to proceed would be great. I will be able to do some pretty dodgy 
things like putting all the data in one strip so pointers to offsets 
shouldn't be too much work.

My understanding of your suggestion is that I should load the files into 
memory and then be directly accessing memory locations - probably by 
copying into char pointers and then recopying back to get what I want in 
the right places. I will have a talk to the guys at work, though it has 
been some years since any of them have touched anything as low level as c.
At least I will be able to tell the boss that it isn't just me, and that 
in fact trying to go with libtiff instead of going for a package like 
imagegear, which we have, btw, and can not do this anyway, or going 
outside the organisation.

Thanks again, and if you have any other great suggestions (this email 
has helped me heaps...) then fire away!

Cheers
Antoine