Results 12 comments of alexeygritsenko

See [#12](https://github.com/bulwarkid/virtual-fido/issues/12)

Good question. But I don’t think that new methods are needed, because it's already supported quite simply: ``` using MagickImage image = new MagickImage(inputStream); using MagickImage thumbnail = image.Clone() as...