Discussed in #1880
Originally posted by whugemann August 11, 2025
What is the Magick.NET equivalent to
magick Input.jpg -gravity northeast -splice 30x30 Output
which draws a 30 pixel border above and right to the Input image.
As far as I can see, there is no overloading of Splice that respects gravity.
Or do I just have to choose another way of progamming this?