Róbert Papp
Róbert Papp
What do we need to get this in?
@ebelinski bump
Sorry, forgot about this, I wrote down my thoughts in review.
Superseded by #16
Hi, are you asking for permission or maturity? I tried to make it work to my best knowledge, not sure if there are edge cases where it wouldn't work. I...
Feel free to use/change it (https://github.com/TWiStErRob/glide-support#license-and-stuff). The goal of this was to demonstrate issues, but https://github.com/bumptech/glide/issues/1062 was a question so it should be fine, also https://github.com/bumptech/glide/issues/1062#issuecomment-198467333. Let me know how...
I can try to help if you raise a PR here to share code
no hurry, I'm at work :)
Hey, here's the full example with some links: https://github.com/TWiStErRob/glide-support/blob/master/src/glide3/java/com/bumptech/glide/supportapp/github/_700_tall_image/ImageChunkAdapter.java#L113 The approach is that the original large images is saved to disk cache (SOURCE) and then pieces will be decoded from...
If this problem didn't exist we could be using signature to cache the result. If you really need to cache the cropped bits, I suggest you download the image (which...