Source for file class.codimage.php
Documentation is available at class.codimage.php
* @author linea21 <info@linea21.com>
* @license http://opensource.org/licenses/gpl-3.0.html
var $IMG_SRC= "../templates/admin/default/images/security_fili.png";
var $FONT= "../class/system/artichow/font/Vera.ttf"; // repertoire Police
$dx = abs($size[2]- $size[0]);
$dy = abs($size[5]- $size[3]);
Header("Content-type: image/png");
$str = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|