Some people may find it handy to provide the base64 signature image instead of the image path.
I have the user's base64 signatures coming from a database. With the current version, I have to write them to the disk and provide the path to this library then load them to the memory again. This is creating a huge overread in performance.
Hi,
Some people may find it handy to provide the base64 signature image instead of the image path.
I have the user's base64 signatures coming from a database. With the current version, I have to write them to the disk and provide the path to this library then load them to the memory again. This is creating a huge overread in performance.
This PR