NAME

App::Basis::ConvertText::Plugin::Barcode

SYNOPSIS

my $content = "12345678" ;
my $params = { 
    type   => "EAN8"
} ;
my $obj = App::Basis::ConvertText2::Plugin::Barcode->new() ;
my $out = $obj->process( 'barcode', $content, $params) ;

DESCRIPTION

convert a text string into a QRcode PNG, requires qrencode program

barcode

create a qrcode image, just use default options for now

parameters
   filename - filename to save the created image as 

hashref params of
       size    - size of image, widthxheight - optional
       version - version of the qrcode to create, defaults to 2
       pixels  - number of pixels that make a bit, defaults to 2

1 POD Error

The following errors were encountered while parsing the POD:

Around line 53:

'=item' outside of any '=over'

=over without closing =back