Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
John
Posted - Oct 23 2013 : 21:20:36 Hello
I am utilizing the JSignature JavaScript component which allows writing a signature on the component in a browser and then exporting the signature data using a vector data compression algorithm to a memo field in a database record. The compression algorithm I am using is base30, although the component also has SVG and a native compression algorithm.
I can copy this saved data back to a JSignature component from a database memo field via the following code: var tempData: String;
Does the ImageEnVect component have a method to take vector data that has been compress via base30 and placed into a DB memo field and reverse the process, i.e. decompress the data and load it into a ImageEnVect canvas?
TIA
John
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Oct 24 2013 : 11:56:13 Hi John
You should be able to convert your (base30 decoded) string to a stream and then you can use one of the TImageEnVect LoadFromStream methods.