Closed nguThapelo closed 1 year ago
How can i pass an image base64 url in the function ?, i tried reading it with imread but the function is rejecting it as an argument
the imread function expects the image as a standalone file on your filesystem. you may be able to use imdecode to get the image data out of the base64 encoded image, but not sure.
Alright, Thank you.
How can i pass an image base64 url in the function ?, i tried reading it with imread but the function is rejecting it as an argument