You could also re-implement GetBoundingBoxForChanges in Magick.NET with the GetReadOnlyPixels method and use Crop to resize the image. This will probably be faster because you don't have the overhead of reading/writing the image.
↧