To.ImageCache icon indicating copy to clipboard operation
To.ImageCache copied to clipboard

adding functions to support blob width/height

Open nitrag opened this issue 9 years ago • 0 comments

  • 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!

nitrag avatar Feb 19 '16 21:02 nitrag