IM7: subimage specification returns no images
Posted: 2019-02-01T23:26:08-07:00
Hi there,
this has worked for years in IM6, I've changed montage to magick montage for IM7:
But now I'm getting tons of these:
Of course, the files are existing and valid, identify doesn't show any problems.
my build is:
Seems like a bug to me
Best regards,
Lars-Daniel
this has worked for years in IM6, I've changed montage to magick montage for IM7:
Code: Select all
magick montage "02_%04d.png[1-63]" -tile 9x7 -geometry 256x256+0+0 test.png
Code: Select all
magick: subimage specification returns no images `02_0030.png' @ error/constitute.c/ReadImage/637.
magick: invalid image index `02_0031.png' @ error/list.c/CloneImages/281.
magick: subimage specification returns no images `02_0031.png' @ error/constitute.c/ReadImage/637.
magick: invalid image index `02_0032.png' @ error/list.c/CloneImages/281.
magick: subimage specification returns no images `02_0032.png' @ error/constitute.c/ReadImage/637.
magick: TooManyExceptions (exception processing is suspended) @ warning/exception.c/ThrowException/978.
magick: invalid image index `02_0033.png' @ error/list.c/CloneImages/281.
my build is:
Code: Select all
Version: ImageMagick 7.0.8-25 Q8 x64 2019-01-28 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo flif freetype gslib heic jng jp2 jpeg lcms lqr lzma openexr pangocairo png ps raw rsvg tiff webp xml zlib
Best regards,
Lars-Daniel