-
-
07 Apr 2007 15:13:40 UTC
- Distribution: Image-DecodeQR
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (72 / 14 / 1)
- Kwalitee
Bus factor: 1- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (32.29KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Image::DecodeQR - decode QRCode (using libdecodeqr)
SYNOPSIS
use Image::DecodeQR; my $string = Image::DecodeQR::decode($filename);
DESCRIPTION
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
AUTHOR
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
Module Install Instructions
To install Image::DecodeQR, copy and paste the appropriate command in to your terminal.
cpanm Image::DecodeQR
perl -MCPAN -e shell install Image::DecodeQR
For more information on module installation, please visit the detailed CPAN module installation guide.