AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2004.12.08 02:35 "[Tiff] Q: writing tiled TIFFs", by Chris Losinger
2004.12.08 02:51 "Re: [Tiff] Q: writing tiled TIFFs", by Bob Friesenhahn
2004.12.08 02:55 "Re: [Tiff] Q: writing tiled TIFFs", by Chris Losinger
2004.12.08 02:57 "Re: [Tiff] Q: writing tiled TIFFs", by Bob Friesenhahn
2004.12.08 07:30 "Re: [Tiff] Q: writing tiled TIFFs", by Sachin Garg
2004.12.08 15:56 "Re: [Tiff] Q: writing tiled TIFFs", by Bob Friesenhahn
2004.12.09 06:58 "Re: [Tiff] Q: writing tiled TIFFs", by Sachin Garg
2004.12.08 09:31 "Re: [Tiff] Q: writing tiled TIFFs", by Sachin Garg
2004.12.08 12:41 "Re: [Tiff] Q: writing tiled TIFFs", by Chris Losinger
2004.12.08 12:48 "Re: [Tiff] Q: writing tiled TIFFs", by Joris Van Damme
2004.12.09 02:30 "Re: [Tiff] Q: writing tiled TIFFs", by Chris Losinger
2004.12.09 06:57 "Re: [Tiff] Q: writing tiled TIFFs", by Sachin Garg
2004.12.09 10:12 "Re: [Tiff] Q: writing tiled TIFFs", by Joris Van Damme
2004.12.09 12:48 "Re: [Tiff] Q: writing tiled TIFFs", by Chris Losinger
2004.12.09 13:19 "Re: [Tiff] Q: writing tiled TIFFs", by Joris Van Damme
2004.12.09 13:38 "Re: [Tiff] Q: writing tiled TIFFs", by Chris Losinger
2004.12.09 14:01 "Re: [Tiff] Q: writing tiled TIFFs", by Joris Van Damme
2004.12.09 23:09 "Re: [Tiff] Q: writing tiled TIFFs", by Chris Losinger
2004.12.09 23:29 "Re: [Tiff] Q: writing tiled TIFFs", by Bob Friesenhahn
2004.12.10 06:23 "Re: [Tiff] Q: writing tiled TIFFs", by Sachin Garg
2004.12.10 21:28 "Re: [Tiff] Q: writing tiled TIFFs", by Andrey Kiselev
2004.12.10 21:52 "Re: [Tiff] Q: writing tiled TIFFs", by Bob Friesenhahn
2004.12.10 21:55 "Re: [Tiff] Q: writing tiled TIFFs", by Andrey Kiselev
2004.12.10 21:54 "Re: [Tiff] Q: writing tiled TIFFs", by Chris Losinger
2004.12.10 21:47 "Re: [Tiff] Q: writing tiled TIFFs", by Andrey Kiselev
2004.12.10 21:56 "Re: [Tiff] Q: writing tiled TIFFs", by Bob Friesenhahn
2004.12.10 21:41 "Re: [Tiff] Q: writing tiled TIFFs", by Andrey Kiselev
2004.12.08 13:19 "Re: [Tiff] Q: writing tiled TIFFs", by Sachin Garg
2004.12.08 13:22 "Re: [Tiff] Q: writing tiled TIFFs", by Chris Losinger
2004.12.08 13:35 "Re: [Tiff] Q: writing tiled TIFFs", by Sachin Garg

2004.12.08 02:51 "Re: [Tiff] Q: writing tiled TIFFs", by Bob Friesenhahn

is there a simple tutorial for writing tiled TIFFs? i've looked at the sample apps, but i'm not quite sure what all is going on in there. you C guys sure do hate whitespace and passing parameters where a global variable will suffice!

the Tile Oriented TIFF I/O notes (http://www.remotesensing.org:16080/libtiff/libtiff.html#Tiles) only covers the "I" part of "I/O".

I don't know about a tutorial, but feel free to check out how GraphicsMagick does it. You can view the source file on-line at "http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/tiff.c".

Unfortunately, I must admit that the 'O' part of this code does not actually get executed at the moment since a flag is not being set. It is part of the Pyramid TIFF support. Re-enabling the code is on my list of things to do.

In particular, look at the TIFFWritePixels() function.

Bob

======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us
http://www.simplesystems.org/users/bfriesen