QR Code generator?

Windows specific forum
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

QR Code generator?

Post by GeoTrail »

Does anyone know if there is a simple to use API or similar for use with PB?
I know there are several free online services I could use, but I prefer to have this as a native function in my program.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: QR Code generator?

Post by dige »

me too :-)

some months ago, I had seen a javascript code to create
a datamatrix...but duno more where
"Daddy, I'll run faster, then it is not so far..."
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Re: QR Code generator?

Post by SFSxOI »

Might find something here > http://codeigniter.com/wiki/QRCode_Generator

and.... I seem to remember something about Google Charts having an API available.
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
Seymour Clufley
Addict
Addict
Posts: 1264
Joined: Wed Feb 28, 2007 9:13 am
Location: London

Re: QR Code generator?

Post by Seymour Clufley »

Perhaps this is the Google thing you mean. It seems to be only for encoding URLs, though.
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: QR Code generator?

Post by dige »

Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.

http://fukuchi.org/works/qrencode/index.en.html
"Daddy, I'll run faster, then it is not so far..."
citystate
Enthusiast
Enthusiast
Posts: 638
Joined: Sun Feb 12, 2006 10:06 pm

Re: QR Code generator?

Post by citystate »

I started working on an encoder, but didn't get very far...

there seems to be a dll for zxing - not too sure if there's an API available, though
there is no sig, only zuul (and the following disclaimer)

WARNING: may be talking out of his hat
dige
Addict
Addict
Posts: 1391
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: QR Code generator?

Post by dige »

"Daddy, I'll run faster, then it is not so far..."
Post Reply