Esempio n. 1
0
 private static IMagickImage ExecuteOptimize(IMagickImageCollection collection)
 {
     collection.Optimize();
     return(null);
 }