mogrify -splice?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
aporthog
Posts: 37
Joined: 2012-05-30T08:24:46-07:00
Authentication code: 13

mogrify -splice?

Post by aporthog »

-splice is listed as an option to mogrify here: http://www.imagemagick.org/script/mogrify.php

But I get an error when I try to use it:

mogrify -background white -splice 161x0 +repage image.tif
mogrify.exe: unrecognized option `-splice' @ error/mogrify.c/MogrifyImageCommand/5848.
Post Reply