Указывать только эти буквы https://chromewebstore.google.com/detail/chromatic-nickel/ijeacbelafhhkpmobcddkbcnfapalafg
ijeacbelafhhkpmobcddkbcnfapalafg
I am trying to get image data as base64 to use start working with image feature.
Suppose my image file is present on my hard disk, how can i get that image to convert into base64 data and then use in start working with image http://prntscr.com/s4ukoe ?
I tried to do this http://prntscr.com/s4umx7 but the result generated was of 1 kb.
@niceusername said in How can i get image data as base64 ?:
I am trying to get image data as base64 to use start working with image feature.
Suppose my image file is present on my hard disk, how can i get that image to convert into base64 data and then use in start working with image http://prntscr.com/s4ukoe ?
I tried to do this http://prntscr.com/s4umx7 but the result generated was of 1 kb.
To get image data in base64, use the "Get image data" action
@basmail said in How can i get image data as base64 ?:
Its just empty for me, what am I doing wrong? The image parth is correct, checked it a few times.
Best regards!
What are you trying to do? If you need to read a file in base64, use the "Read File" action with the "Save In Base64 Format" option enabled

@Fox said in How can i get image data as base64 ?:
@basmail said in How can i get image data as base64 ?:
Its just empty for me, what am I doing wrong? The image parth is correct, checked it a few times.
Best regards!
What are you trying to do? If you need to read a file in base64, use the "Read File" action with the "Save In Base64 Format" option enabled
lol ok, I didn't know that.
Thanks for the answer anyways, I have now solved it with an easy API ^^
Best regards!