Ejemplo n.º 1
0
 private static IMagickImage ExecuteCoalesce(IMagickImageCollection collection)
 {
     collection.Coalesce();
     return(null);
 }