public MagickImageCollection() { _instance = MagickNative.CreateWand(); }
public MagickImage() { MagickWand = MagickNative.CreateWand(); }