NAME GD::Barcode::QRcode - Create QRcode barcode image with GD SYNOPSIS ex. CGI use GD::Barcode::QRcode; binmode(STDOUT); print "Content-Type: image/png\n\n"; print GD::Barcode::QRcode->new('1234567')->plot->png; with UnitSize, ECC settings my $oGdBar = GD::Barcode::QRcode->new('123456789', { Ecc => 'L', Version=>2, ModuleSize => 2} ); DESCRIPTION GD::Barcode::QRcode is a subclass of GD::Barcode a
{{#tags}}- {{label}}
{{/tags}}