i am developing a test/learning app. i wonder how can i test if an image from another site/domain ... i broke up my validation logic to the following
- exists
- is an image
- is of valid type
- is of a specific dimensions
- is below a max size - say i want the image to load quickly. tho the hosting resource is not mine.