I have a base64 img encoded that you can find here. How can I get the height and the width of it?
var i = new Image(); i.onload = function(){ alert( i.width+", "+i.height ); }; i.src = imageData;
1.4m articles
1.4m replys
5 comments
57.0k users