All Projects → thomasjbradley → Signature To Image

thomasjbradley / Signature To Image

Licence: bsd-3-clause
A supplemental script for Signature Pad that generates an image of the signature’s JSON output server-side using PHP.

Signature to Image

Signature to Image: A supplemental script for Signature Pad that generates an image of the signature’s JSON output server-side using PHP.

Signature Pad: https://github.com/thomasjbradley/signature-pad

Copyright MMXI, Thomas J Bradley [email protected]

Versioned using Semantic Versioning http://semver.org/

Quick Start

require_once 'signature-to-image.php';

$json = $_POST['output']; // From Signature Pad
$img = sigJsonToImage($json);

imagepng($img, 'signature.png');
imagedestroy($img);

Complete Documentation

☛ Complete documentation

Other Solutions

☛ Other solutions


License

Signature Pad is licensed under the New BSD license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].