Search found 3 matches

by JonAppy
2013-10-07T16:28:49-07:00
Forum: Bugs
Topic: XMP metadata - unable to see clipping path in tiff
Replies: 2
Views: 2607

Re: XMP metadata - unable to see clipping path in tiff

solved! turns out my problem was actually with libtiff. the version that ubuntu uses is not recent enough to properly grab the clipping path from certain files. i had to update to the latest libtiff and compile imagemagick against that. then it could see clipping path on both.
by JonAppy
2013-10-03T16:07:21-07:00
Forum: Bugs
Topic: XMP metadata - unable to see clipping path in tiff
Replies: 2
Views: 2607

Re: XMP metadata - unable to see clipping path in tiff

upon further investigation, i think this may be a bug in imagemagick that is missing the clipping path in the EXIF ( not XMP) header information on some tiffs. in particular, i was able to manually parse out the 8BIM metadata in both types of tiffs i have. using exiv2 , i saw both had a key " Exif ...
by JonAppy
2013-09-30T14:25:46-07:00
Forum: Bugs
Topic: XMP metadata - unable to see clipping path in tiff
Replies: 2
Views: 2607

XMP metadata - unable to see clipping path in tiff

i have been banging my head against the wall with the problem for about a week. i suspect the problem lies in (what appears to me to be) adobe's habit of radically and frequently changing the content of its XMP metadata. that said, i am still hoping someone has a fix either via imagemagick ...