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
Selecting layer/page not possible anymore with IM 6.9.4-7
-
- Posts: 1
- Joined: 2016-06-05T13:47:48-07:00
- Authentication code: 1151
Re: Selecting layer/page not possible anymore with IM 6.9.4-7
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.
- 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
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?