How can I get the size of an image (height, width) in a block without an <img> tag and a new Image ()?

I want to get the image size (height, width) in blob object. But I don't want to use the tag img

in html and new Image()

JavaScript.

How can I get the size of an image in an Object block without these ways?

+3


source to share





All Articles