2016.11.11 14:03 "[Tiff] Global variables in LibTIFF", by Paavo Helde

2016.11.12 20:40 "Re: [Tiff] Global variables in LibTIFF", by Paavo Helde

On 12.11.2016 2:24, Yakov Galka wrote:

Hey all,

Following our discussion of this issue a few month ago I actually went implementing it. You can look at the patches based on my current code on the following links. I've split it into two patches for easier review: one of the manual edits and one of the autoreplace of the TIFFError/Warning calls:

Two-step initialization seems very fine to me. At first you initialize the library/engine, then use this initialized engine to actually open/initialize TIFF files. These are two separate operations logically and this should be exposed at the SDK level as well.

Of course, backwards compatibility with previous versions is a must.

just my 2 euro cents

Paavo