I would like to test if *.ico images are valid icons in PHP. I tried to use getimagesize function but it doesn’t support ICO files.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://en.wikipedia.org/wiki/ICO_(file_format)
icon must start with the ‘0x00 0x00 0x01 0x00’ bytes, it shall be enough for simple test.