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;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With