Problem reading memory register "mpr:test[0,0,0,0]"...
Posted: 2018-08-07T12:07:11-07:00
Running ImageMagick 7.0.8-9 Q16 x64 HDRI from a Windows 10 command line. This command generates four output images ("info:" in this example), all copies of the first index "0" in the memory register "mpr:test"...
... as shown in the "info:" output.
However, when there is only one image in the "mpr:test" register as with this command...
... the "info: shows only a single output image even though I asked for four copies of it with "mpr:test[0,0,0,0]". The "info:" is this...
I would expect the command to return four images, but it only returns one. Is there a reason for this, or is it a bug?
Code: Select all
magick rose: granite: -write mpr:test -delete 0--1 mpr:test[0,0,0,0] info:
Code: Select all
mpr:test[0,0,0,0][0] PNM 70x46 70x46+0+0 8-bit sRGB 0.016u 0:00.016
mpr:test[0,0,0,0][1] PNM 70x46 70x46+0+0 8-bit sRGB 0.016u 0:00.016
mpr:test[0,0,0,0][2] PNM 70x46 70x46+0+0 8-bit sRGB 0.016u 0:00.016
mpr:test[0,0,0,0][3] PNM 70x46 70x46+0+0 8-bit sRGB 0.016u 0:00.016
Code: Select all
magick rose: -write mpr:test -delete 0--1 mpr:test[0,0,0,0] info:
Code: Select all
mpr:test[0,0,0,0] PNM 70x46 70x46+0+0 8-bit sRGB 0.000u 0:00.000