I have a set of images (url addresses). Some of them are of acceptable size, but some are too big. When I load it, the app crashes because of big images.
Is there a way to get the image size (megabytes) before loading it? This way I can remove large images from the list, and avoid loading them.