Selecting layer/page not possible anymore with IM 6.9.4-7

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
matthias8283
Posts: 1
Joined: 2016-06-05T13:47:48-07:00
Authentication code: 1151

Selecting layer/page not possible anymore with IM 6.9.4-7

Post by matthias8283 »

Hi,

the following command doesn't work anymore with ImageMagick 6.9.4-7:

identify test.psd[0]

Output:
identify.exe: unable to open image `test.psd[0]': No such file or directory @ error/blob.c/OpenBlob/2705.

With ImagickMagick 6.9.1 the output is:
test.psd[0]=>test.psd PSD 379x591 379x591+0+0 8-bit CMYK 2.898MB 0.000u 0:00.003

The same happens with PDF files, the page selector [0] doesn't work anymore.

BR,
Matthias
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Selecting layer/page not possible anymore with IM 6.9.4-7

Post by magick »

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.
User avatar
GreenReaper
Posts: 3
Joined: 2015-05-11T22:50:40-07:00
Authentication code: 6789

Re: Selecting layer/page not possible anymore with IM 6.9.4-7

Post by GreenReaper »

Thanks for the fix, which appears to work when building from HEAD. This hit us on 7.0.1-9 as well, when we were trying to keep up with recent security updates, because it stopped us grabbing the first frame of a GIF for thumbnails. Maybe page selection is worth unit-testing?
Post Reply