How to remove Tag 269 DocumentName from Tiff file
Posted: 2014-07-22T13:25:01-07:00
Hello,
When I use Linux command tiffinfo to display the information about a tif document, there is a tag called
DocumentName.
This tag shows the absolute pathname of the current tiff file
I would like to remove this tag
I have tried the command convert… +set but I think I set up the parameters incorrectly and the result still shows the DocumentName
For example
convert +set "DocumentName" /tmp/in.tif /tmp/out.tif
I have tried this but it does not work either
convert +set "EXIF:DocumentName" /tmp/in.tif /tmp/out.tif
Any pointers, URL links to documents or examples would be greatly appreciated.
When I use Linux command tiffinfo to display the information about a tif document, there is a tag called
DocumentName.
This tag shows the absolute pathname of the current tiff file
I would like to remove this tag
I have tried the command convert… +set but I think I set up the parameters incorrectly and the result still shows the DocumentName
For example
convert +set "DocumentName" /tmp/in.tif /tmp/out.tif
I have tried this but it does not work either
convert +set "EXIF:DocumentName" /tmp/in.tif /tmp/out.tif
Any pointers, URL links to documents or examples would be greatly appreciated.