private IMagickImage ExecuteMorph(XmlElement element, IMagickImageCollection collection) { Int32 frames_ = Variables.GetValue <Int32>(element, "frames"); collection.Morph(frames_); return(null); }