I have a website that embeds images from Imgur.com and I want a code that will display a custom 404 image if the default imgur error image is displayed.
The error image that I want to check if it's displayed is http://i.imgur.com/ffffffffffff.jpg
|
I have a website that embeds images from Imgur.com and I want a code that will display a custom 404 image if the default imgur error image is displayed. The error image that I want to check if it's displayed is http://i.imgur.com/ffffffffffff.jpg |
|||||||
|
|
You can hash a files and then compare them:
You can use a relative or absolute paths. How to check if the default error image is displayed?
|
||||
|
|
|
Just to know, it seems that if an imgur image can't be found from a link, that link will always load a custom image with the message:
So, if the image can't be found, it will be replaced with the custom image from imgur. The problem starts when the image is no longer available, can't be loaded or something else happen and then you will get the typical broken image like this:
Code: Well, to solve this problem, I made this example for you: (I am assuming that for getting imgur images you are downloading the source code from the imgur user and then recover all image links and put them in array. That's why I am starting at that point)
Result:
PS. Your question is not clear to me. So, if you are trying to check if an image is the same or something else you can do what Nikola K. answered in his/her post. Hope this helps :-) |
|||
|
|