Quantcast
Channel: display base64 image in canvas
Browsing all 3 articles
Browse latest View live

Re: display base64 image in canvas

thanks I solved the problem://Get image from server in base64 : imageDataArray = "R0lGODlhDwAPAKECAAAAzMzM ..." image = "data:image/gif;base64,"+imageDataArray ; var img = new Image(); img.onload =...

View Article



Re: display base64 image in canvas

hello,you can use the toDataURL function to get a data: url that has the base-64 encoded image.please refer: http://stackoverflow.com/questions/934012/get-image-data-in-javascript

View Article

display base64 image in canvas

Hi,  I'm trying to send an image from my server o display it in my website, the server convert the image into base64 and send it, the convert done:public static string...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images