Code: Select all
convert --sequence-max *JPG max.jpg
I've tried running this on Imagemagick 6.8.6-8 that I compiled from source on my iBook G4 (ppc) running Xubuntu 12.04 and also on Imagemagick 6.6.9-7 that I installed through apt-get on my HP DL360 (3rd gen, with dual Intel Xeon 2.80GHz cpu's) server running Ubuntu 12.04.
I tried on the iBook first and figured this was just some sort of problem with trying to do this on an old power pc processor on a version of imagemagick I built from source, but when it wouldn't run on my DL360 server I suspected something larger was going on. The best I could figure out from a google search was that this has something to do with multi-threading or something... but I couldn't figure out what the solution is. Maybe some ./configure options I could do before compiling?
I've run this same command in the past on my macbook pro (which I no longer have) and had it work without a hitch. Unfortunately I don't know what version of ImageMagick I had installed on there, so that's not too much help.
Does anyone have any idea what I can do to make this work? Thanks for any help!
Jono