Image::DecodeQR - decode QRCode (using libdecodeqr)


Image-DecodeQR documentation  | view source Contained in the Image-DecodeQR distribution.

Index


NAME

Top

Image::DecodeQR - decode QRCode (using libdecodeqr)

SYNOPSIS

Top

  use Image::DecodeQR;

  my $string = Image::DecodeQR::decode($filename);

DESCRIPTION

Top

Image::DecodeQR is a simple module to decode QRCode from image file using libdecodeqr.

It is available at: http://trac.koka-in.org/libdecodeqr

METHODS

Top

decode($filename)

Decodes QRCode.

AUTHOR

Top

Jiro Nishiguchi <jiro@cpan.org>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

http://trac.koka-in.org/libdecodeqr/


Image-DecodeQR documentation  | view source Contained in the Image-DecodeQR distribution.