Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release > by-pkgid > de50670c8892cc2eeb2d0df1ecfcc13a > files > 2

php-pear-Image_XBM-0.9.0-0.RC1.7.mga6.noarch.rpm

Project home page (Russian): http://bolk.exler.ru/files/xbm/

Usage:

    include_once 'Image/XBM.php';

    $out = new Image_XBM;
    $out->create($sx, $sy);

    header('Content-type: image/xbm');
    $out->output();