13 March 2012 14:30
PHP Fastest way to get image width and height - Hungred Dot Com
Well, the better solutions to get image quickly is to create your own script to retrieve the first few bytes of the file since the size of the image is located there.
1
(1 marks)