This PHP class takes a local file as its input and will determine if the file is a BMP, GIF, JPEG or PNG. It will also extract other generic information about the image,
including resolution, height and width (without using the builtin GetImageSize() or any other PHP extensions) as well as other image type specific information.