Signature Capture Image Requirements
Friday, March 8, 2019 at 08:35amSo I am trying to upload an image to the signature capture section, handdrawn value, and I am having an issue with one file. When I upload the file and view it in the Admin section, it shows just a solid black line and not the full image like I expect.
Are there any certain requirements like image size or whatnot that would be causing this issue?
Reply to: Signature Capture Image Requirements
Monday, March 11, 2019 at 05:04amReply to: Signature Capture Image Requirements
Friday, March 8, 2019 at 08:40amReply to: Signature Capture Image Requirements
Monday, March 11, 2019 at 05:08amReply to: Signature Capture Image Requirements
Monday, March 11, 2019 at 06:25amI've modified the dll code I sent you in previous thread.
Here, few more steps are added in order to fit the size limitation(898 * 238 && 65535 characters in length) and avoid transparent background issue. The sample usage is still the same as before:
using Silanis.ESL.SDK;
var code = new ImageConverter().convertImage("your_file_path", 128);
Hope this could help!
Duo
Reply to: Signature Capture Image Requirements
Monday, March 11, 2019 at 06:28amReply to: Signature Capture Image Requirements
Monday, March 11, 2019 at 06:31am