| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2009.10.28 17:41 "Re: extending tags in "a"ppend mode?", by Juergen BuchmuellerOn Wed, 28 Oct 2009 17:28:34 +0100 Juergen Buchmueller <pullmoll@t-online.de> wrote: > See attachment. This crashes when I try to run it on the file: Funny enough the crash goes away if I choose a different name for my own tags. Perhaps a collision or lazy assumption with the autogenerated names (which would be the same)? - snprintf(buff, sizeof(buff), "Tag %d", id); + snprintf(buff, sizeof(buff), "test%d", id); Now the test program runs without error message, yet the TIFF file doesn't contain the new tags. Hmm... Juergen |
|||||||