Problem with montage when using the * wildcard
Posted: 2009-07-12T17:05:24-07:00
Hello,
my first post here.
I have a problem with montage, running on Windows XP SP3.
I reinstalled windows and downloaded latest ImageMagick (Version: ImageMagick 6.5.4-2 2009-06-30 Q16 OpenMP).
My script runs the following command:
montage *.png map.gif
and now it gives error
montage: unable to open image `kartta\': No such file or directory @ blob.c/Open
Blob/2476.
There is a directory called 'kartta' in the current dir so that's where the 'kartta\' name comes from, but it doesn't make any sense anyways.
With older IM version it worked OK. If I replace the command with, for example
montage 1178-2343-12.png 1178-2344-12.png map.gif
it works ok, so it seems like the wildcard has something to do with it?
Any ideas what might be the problem?
Thanks in advance,
Tomi
my first post here.
I have a problem with montage, running on Windows XP SP3.
I reinstalled windows and downloaded latest ImageMagick (Version: ImageMagick 6.5.4-2 2009-06-30 Q16 OpenMP).
My script runs the following command:
montage *.png map.gif
and now it gives error
montage: unable to open image `kartta\': No such file or directory @ blob.c/Open
Blob/2476.
There is a directory called 'kartta' in the current dir so that's where the 'kartta\' name comes from, but it doesn't make any sense anyways.
With older IM version it worked OK. If I replace the command with, for example
montage 1178-2343-12.png 1178-2344-12.png map.gif
it works ok, so it seems like the wildcard has something to do with it?
Any ideas what might be the problem?
Thanks in advance,
Tomi