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.
-
fmw42
- Posts: 24470
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Post
by fmw42 » 2019-01-22T14:17:16-07:00
Using IM 7.0.8.24 Q16 Mac OSX, I can extract all the layers of the a TIFF file fine in one command. But when I try to extract a given layer, it comes out black.
Input TIFF:
http://www.fmwconcepts.com/misc_tests/t ... stfile.tif
Code: Select all
magick testfile.tif testfile_%d.png
Code: Select all
magick testfile.tif[2] testfile7_2.png
In IM 6.9.10.24 Q16 Mac OSX, the last command works fine
Code: Select all
convert testfile.tif[2] testfile6_2.png

-
fmw42
- Posts: 24470
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Post
by fmw42 » 2019-01-26T12:43:56-07:00
Thanks. This seems to be fixed in IM 7.0.8.25 beta.