To.ImageCache
To.ImageCache copied to clipboard
adding functions to support blob width/height
- You can now get blob.width and blob.height after calling from remoteImage().
- Download fails if url is blank or if image has no height/width (due to image not being found at the given url).
- Cache doesn't save if url is blank or image doesn't exist.
Hope the code is pretty enough for ya!