Tiff Tag Error
Posted: 2019-06-26T02:30:43-07:00
OS: Debian 8
IM Version: ImageMagick 7.0.8-34 Q16 x86_64 2019-03-21 https://imagemagick.org
libtiff Version: 4.0.10-4
When I try to convert a TIFF File (I can not post it, because of copyrights) with the following command:
I get the following error:
When I execute the following command, the conversion works just fine:
I want to note that the image can be decoded just fine by Windows Photo Viewer and Irfan View.
My question is:
Is it possible to automate this conversion to tell ImageMagick to ignore all tags which would lead to an error?
Or do you have other tips how to handle those TIFF Files in an automated process?
IM Version: ImageMagick 7.0.8-34 Q16 x86_64 2019-03-21 https://imagemagick.org
libtiff Version: 4.0.10-4
When I try to convert a TIFF File (I can not post it, because of copyrights) with the following command:
Code: Select all
convert BDE-PERSP.tif zzzzz.jpg
Code: Select all
BDE-PERSP.tif: Null count for "Tag 34391" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/656.
Code: Select all
convert -define tiff:ignore-tags=34391 BDE-PERSP.tif zzzzz.jpg
My question is:
Is it possible to automate this conversion to tell ImageMagick to ignore all tags which would lead to an error?
Or do you have other tips how to handle those TIFF Files in an automated process?