View Single Post
07-16-2010, 01:11 AM
#8
free-designer is offline free-designer
Status: Junior Member
Join date: Jun 2009
Location:
Expertise:
Software:
 
Posts: 98
iTrader: 0 / 0%
 

free-designer is on a distinguished road

  Old

Originally Posted by Salathe View Post
Then why were you looking for a faster way of getting the dimensions?
Im using regex with preg_match_all() to get all of the imgs tags on the passed url, my problem is that i want to validate the height and width. so it takes a lot of seconds to download only one image, so if there is a 30 imgs or something and all of them is 3megabyte or something. then it will take a looooot of time to read them, so i thought there would be a better way to get images height/width.

Thats why.

Thanks salathe :-)

Reply With Quote