Encoding a PNG with JavaScript -


i have arbitrary pixel data want save png. how can encode png javascript accomplish this?

the data series of 1's , 0's want use create qr code. it's qr code arbitrary data

i'm not using dom, jquery , createelement's out.

if understand correctly, use library generate qrcodes:

http://www.onlineqrlab.com/js_doc.php

haven't tried it, seems documented


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -