We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318c2c4 commit 53435fdCopy full SHA for 53435fd
1 file changed
src/Magick.NET/MagickImageCollection.cs
@@ -1387,6 +1387,8 @@ public string ToBase64(IWriteDefines defines)
1387
public void TrimBounds()
1388
{
1389
using var imageAttacher = new TemporaryImageAttacher(_images);
1390
+
1391
+ // The return value is ignored because the return value always is IntPtr.Zero.
1392
_nativeInstance.Merge(_images[0], LayerMethod.Trimbounds);
1393
}
1394
0 commit comments