| 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 |
Thread2006.10.20 19:46 "Re: Modify XMP", by Chris CoxJeremy; XMP blocks includes a small buffer space for in place modifications If your changes fit in that space, you can modify the XMP data without disturbing the rest of the file. If your modifications donšt fit in that space, you would have to read and rewrite the TIFF, or use a TIFF specific modification to move the XMP block to the end of the file while leaving everything else in place (and an unused space where the old XMP block was). Chris On 10/20/06 8:38 AM, "Jeremy March" <j2r2my@gmail.com> wrote: > Dear list, > > I am a new user to libtiff. The task I hope to accomplish is simply to modify > the XMP metadata of a TIFF leaving the other parts of the file completely > unchanged. But I understand that libtiff will ignore any custom tags which > might be in the TIFF. And I have seen warnings in this mailing list about the > 'blind copying of tags'. So my concern is that while I am reconstructing the > other (non-XMP) portions of the original TIFF, that any custom tags might be > left out. Could the list recommend an approach to solving my problem? > > Thanks very much, > > Jeremy > > > _______________________________________________ > Tiff mailing list: Tiff@lists.maptools.org > http://lists.maptools.org/mailman/listinfo/tiff > http://www.remotesensing.org/libtiff/ |
|||||||