QRcode (flashcode) : code barres 2D

Ce plugin est basé sur le script QRcode Perl CGI & PHP script ver.0.50g de Y.Swetake (http//www.swetake.com)

Usage

qr_img.php?d=data[&e=(L,M,Q,H)][&s=int size][&v=(1-40)][&t=J][&m=(1-16)&n=(2-16)[&o=original data][&p=(0-255)]]


d : Data you want to encode to QRcode.
    A special letter like '%'.space or 8bit letter must be URL-encoded.
    You cannot omit this parameter.

e : Error correct level
    You can set 'L','M','Q' or 'H'.

    If you don't set,program selects 'M'.

s : module size
    You can set a number more than 1.
    Image size depends on this parameter.

    If you don't set,program selects '4' in PNG mode or '8' in JPEG mode.

v : version
    You can set 1-40.
    If you don't set,program automatically selects.

t : image type
    You can set 'J','O'.
    'J' : jpeg mode.
    Other : png mode.

    If you don't set,program select PNG mode.

Exemple

<img src="<?php echo URL_PUBLIC; ?>/public/qrcode/qr_img.php?d=<?php echo $_SERVER['SCRIPT_URI'];
 ?>&s=2x2&t=P" />

Téléchargement

télécharger QRcode (265 fois)

QRcode

Ce plugin est basé sur le script QRcode Perl CGI & PHP script ver.0.50g de Y.Swetake (http//www.swetake.com)

Usage

qr_img.php?d=data[&e=(L,M,Q,H)][&s=int size][&v=(1-40)][&t=J][&m=(1-16)&n=(2-16)[&o=original data][&p=(0-255)]]


d : Data you want to encode to QRcode.
    A special letter like '%'.space or 8bit letter must be URL-encoded.
    You cannot omit this parameter.

e : Error correct level
    You can set 'L','M','Q' or 'H'.

    If you don't set,program selects 'M'.

s : module size
    You can set a number more than 1.
    Image size depends on this parameter.

    If you don't set,program selects '4' in PNG mode or '8' in JPEG mode.

v : version
    You can set 1-40.
    If you don't set,program automatically selects.

t : image type
    You can set 'J','O'.
    'J' : jpeg mode.
    Other : png mode.

    If you don't set,program select PNG mode.

Example

<img src="<?php echo URL_PUBLIC; ?>/public/qrcode/qr_img.php?d=<?php echo $_SERVER['SCRIPT_URI'];
 ?>&s=2x2&t=P" />

Download

télécharger QRcode (265 fois)

This software is a free software.
You can freely use,change or redistribute unless you change the copyright and disclaimer in this program and this document.


THIS SOFTWARE IS PROVIDED BY Y.Swetake ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL Y.Swetake OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Commentaires

http://frog.office-web.net/extensions/plugins-et-autres/qr-code.html