private static IMagickImage ExecuteCoalesce(IMagickImageCollection collection) { collection.Coalesce(); return(null); }