If I have an image similar to this:
---------------------------------
- xxxxxxxxxx -
- x x -
- xxxxxxxxxx -
---------------------------------
How can I use mogrify
to cut out just the portion in x
's? Do i use -geometry?
. I can't find a good example.