Re: I need library for QR codes generation.

2017-09-06 Thread Andre Pany via Digitalmars-d-learn

On Wednesday, 6 September 2017 at 14:30:24 UTC, MGW wrote:
I need library for generation of QR codes. Who knows, give the 
link.


It seems google has an api to create QR codes: 
https://developers.google.com/chart/infographics/docs/qr_codes


Kind regards
André


Re: I need library for QR codes generation.

2017-09-06 Thread Andrea Fontana via Digitalmars-d-learn

On Wednesday, 6 September 2017 at 14:30:24 UTC, MGW wrote:
I need library for generation of QR codes. Who knows, give the 
link.


You can try to bind a c library like [1] using dstep. It should 
be easy.


Andrea

[1] https://github.com/fukuchi/libqrencode



I need library for QR codes generation.

2017-09-06 Thread MGW via Digitalmars-d-learn
I need library for generation of QR codes. Who knows, give the 
link.