2017.10.10 05:43 "[Tiff] Memory management of Image", by Bhaskar Reddy

2017.10.10 11:54 "Re: [Tiff] Memory management of Image", by Kemp Watson

One of the beauties of open source software is that you can see all that by inspecting the code.

On a more practical level, the idea behind libtiff and similar libraries is that you don¹t need to know that detail generally ­ if it¹s very important, code is there, or you can reference the TIFF specifications and ³roll your own².

You may Google ³TIFF IFD structure pointers² or anything similar to find published information about TIFF.

W. Kemp Watson

kemp@objectivepathology.com

Objective Pathology Services Limited

8250 Lawson Road
Milton, Ontario
Canada L9T 5C6

www.objectivepathology.com
tel. +1 (416) 970-7284

From: <tiff-bounces@lists.maptools.org> on behalf of Bhaskar Reddy <reddy.baskar0605@gmail.com>

Thank you for your libtiff information. I need to know how IFD's are arranged in memory. How data structures are arranged in memory.

I would like to how the image will be stored in Memory.