kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.1k stars 674 forks source link

I need a png/jpeg output instead of gif format when using createImgTag #77

Open kalyantolety opened 4 years ago

ygoe commented 3 years ago

JPEG is the wrong format for this content. You need PNG instead (#84). GIF is similar to PNG in this regard and can do exactly the same as PNG for QR codes. It's just an ancient file format.

Update: Anyway, you can get JPEG the same way as PNG, see the referenced issue to learn how.