Page 1 of 1

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

Posted: 2016-06-05T13:57:49-07:00
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

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

Posted: 2016-06-05T15:12:33-07:00
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.

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

Posted: 2016-06-06T21:46:11-07:00
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?