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