kenglxn / QRGen

a simple QRCode generation api for java built on top ZXING
http://glxn.net/2012/03/10/qrgen-a-small-wrapper-on-top-of-zxing-for-generating-qrcodes-in-java
1.49k stars 299 forks source link

Enabled SVG writing to a stream (no temp file) #112

Closed tr00per closed 6 years ago

tr00per commented 6 years ago

SVG writing is a great feature (#95), but it would be more versatile, if contents could be written directly to an OutputStream.