BrandonPotter/GoogleAuthenticator

Consider moving to PngByteQRCode fully

flytzen opened this issue · 1 comments

As identified in #102 and #69, we can use PngByteQRCode, which avoids System.Drawing as well as Streams.
We should consider doing that for all frameworks as proposed by @ahwm

Wonder whether this would also remove the dependency on libgdiplus. Test it and update code and docs if so.