Group
Extension

Matches 2

JSON-signature-to-image ( T/TU/TURNERJW/JSON-signature-to-image-1.0.tar.gz, TURNERJW, 2011; MetaCPAN )
JSON-signature-to-image/signature-to-image.pl ( view source; MetaCPAN )
ture to Image: A supplemental script for Signature Pad that
generates an image of the signature's JSON output server-side using PHP.

project ca.thomasjbradley.applications.signaturetoimage

author Th
#(198)] [--ymax=#(55)] [--pen_color='r,g,b'(20,83,148)] [--background_color='r,g,b'(255,255,255)] json-file|-

-or-

cat jason-file | signature-to-image.pl [--multiplier=#(5)] [--penwidth=#(2)] [--xma
efile.png

-or-

#!/usr/bin/perl -w

require "signature-to-image.pl"

my ($img, $err) = &sig2png($json_image [, multiplier => #(5)] [, penwidth => #(2)] [, xmax => #(198)] [, ymax => #(55)] [, pen_col
JSON-signature-to-image ( T/TU/TURNERJW/JSON-signature-to-image-1.0.tar.gz, TURNERJW, 2011; MetaCPAN )
JSON-signature-to-image/test.pl ( view source; MetaCPAN )
ry.)

BEGIN { $| = 1; print "1..3\n"; }
END {print "not ok 1\n" unless $loaded;}
use GD;
use JSON::Parse;
$loaded = 1;
print "ok 1\n";

######################### End of black magic.
# Insert

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.