Code: Select all
mogrify *.png ( +clone -background black -shadow 80x5+10+10 ) +swap -background none -layers merge +repage
mogrify: unrecognized option `+clone' @ mogrify.c/MogrifyImageCommand/4307.
Surely there's a way to get round this?
Code: Select all
mogrify *.png ( +clone -background black -shadow 80x5+10+10 ) +swap -background none -layers merge +repage
That would be great. It sounds as though it would unify mogrify into the main 'convert' script, and so no more updates to mogrify would ever be needed. Actually, would it really be all that tricky to add this functionality to 'convert' from afresh?On proposal for IM v7 is to make mogrify a special type of looped 'convert' script. In whcih case mogrify will then handle all convert options. However this may require a syntax change to properly separate the 'image processing options' from list of images to loop over.