montage - ignore specific file?
Posted: 2016-05-28T21:14:35-07:00
Hello,
using: ImageMagick 6.8.9-8 Q16 x86_64 2016-05-05
on: OpenSUSE 13.2 64b
Is there a way to force montage to grab everything in a directory except for specific files? Or will I need to send it a list of files (minus the ones I dont want)?
if I have these files:
and then run:
I get:
The output image is still created, but it causes montage to exit with error code 1. I'm trying to avoid this. So I need to tell it to ignore or skip 'd.abc' or to only process MIME image types.
Any ideas?
using: ImageMagick 6.8.9-8 Q16 x86_64 2016-05-05
on: OpenSUSE 13.2 64b
Is there a way to force montage to grab everything in a directory except for specific files? Or will I need to send it a list of files (minus the ones I dont want)?
if I have these files:
Code: Select all
a.gif
b.jpeg
c.png
d.abc
Code: Select all
$ montage * output.png
Code: Select all
montage: no decode delegate for this image format `ABC' @ error/constitute.c/ReadImage/501.
Any ideas?