private static IMagickImage ExecuteTrimBounds(IMagickImageCollection collection)
 {
     collection.TrimBounds();
     return(null);
 }