How do I use -splice option in Mogrify
Posted: 2008-05-29T11:22:06-07:00
Hi,
I'm trying to execute the following command:
D:\MOGRIFY_TEST>mogrify IMG_9117.JPG -gravity South -background white -splice 0x38 output.JPG
I get the following error:
mogrify: unrecognized option `-splice'.
What is the correct way of doing it?
Basically, I'm trying to execute a command that works in "convert"
D:\MOGRIFY_TEST>convert IMG_9117.JPG -gravity South -background white -splice 0x38 output.JPG
I want this to work with mogrify (because I'm using an application that only allows me to use mogrify).
Appreciate your help on this.
I'm trying to execute the following command:
D:\MOGRIFY_TEST>mogrify IMG_9117.JPG -gravity South -background white -splice 0x38 output.JPG
I get the following error:
mogrify: unrecognized option `-splice'.
What is the correct way of doing it?
Basically, I'm trying to execute a command that works in "convert"
D:\MOGRIFY_TEST>convert IMG_9117.JPG -gravity South -background white -splice 0x38 output.JPG
I want this to work with mogrify (because I'm using an application that only allows me to use mogrify).
Appreciate your help on this.