brinley / jSignature

jQuery plugin for adding web signature functionality
http://www.unbolt.net/jSignature
693 stars 530 forks source link

Base30 to Base64 #66

Open bassrock opened 10 years ago

bassrock commented 10 years ago

Does anyone have a good example of how to go from Base30 to a Base64 image or regular image in PHP?

mvalent23 commented 9 years ago

I know this is an old question, but this might be useful to you. It appears there are some bugs in decompression of base30 to Native data in the PHP version. I was able to cobble together a workaround that you might find useful.

http://stackoverflow.com/questions/22332920/first-letter-of-jsignature-capture-rendering-incorrectly/29058148#29058148