file globbing crashes IM?

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: file globbing crashes IM?

Post by el_supremo »

Try putting the wildcard filename in quotes "*.jpg"
I think IM will do the glob itself and then you won't run into problems with spaces in filenames and also the command line can't overflow its maximum permitted length.

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Post Reply