Extracting Image Details to Excel with JavaScript
I got a requirement to fetch image details from azure storage and get the height, width and aspect ratio of a given image and to insert those information in a excel format. I used below javascript Packages image-size - To get the image information ...
Sep 27, 20232 min read77