DEV Community

Aveeva
Aveeva

Posted on

How to find Image Height and width using PHP saved as Excel?

Top comments (2)

Collapse
 
aveeva profile image
Aveeva • Edited

I have a folder with 100's images, how to find Height and width programmatically and output saved in Excel sheet?

Collapse
 
seawolf profile image
ben • Edited

How do you find information about an image, from a list of filenames/URLs?
How do you find the height of an image?
How do you find the width of an image?
How to you build a list?
How do you write Excel spreadsheets?