TIFFReadDirectory causes non-zero exit status

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You are right, warnings should not generate a non-zero status. We will fix the problem in the next ImageMagick release.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We wonder if the TIFF delegate library is throwing an error rather than a warning. Why not post a URL to one or two images that throw the warning/error so we can reproduce the problem and produce a proper fix.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We got:
  • -> convert S144p008-pc.0089.tif S144p008-pc.0089.gif
    convert: S144p008-pc.0089.tif: unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory'.
    -> echo $status
    0
So the convert program returned a 0 status as expected. We're using ImageMagick 6.2.6-8.
Post Reply