Esempio n. 1
0
 private static IMagickImage ExecuteMerge(IMagickImageCollection collection)
 {
     return(collection.Merge());
 }