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?