예제 #1
0
 private static IMagickImage ExecuteCoalesce(IMagickImageCollection collection)
 {
     collection.Coalesce();
     return(null);
 }