alfredopacino - 2014-12-09

Hi, I’ve very appreciated your qr code class.
Just a very simple question: how can I generate a customized size image without setting a temp path?
In your example:
QRcode::png($codeText,'007_4.png', QR_ECLEVEL_L, 10);

I don’t want to use 007_4.png.
Also: Can I be sure about the qrcode stays the same? I mean, I don’t know how exactly the algorithm works, but my qrcode will points to user profile pages (and will be physically printed on the members association card), so it have be always the same: one qrcode have to points ALWAYS to www.site.com /?user=01 (I will use an association table), is that clear?

Congrats and best regards
AP