https://github.com/digio/glidecropper
Android app demonstrating how to use Glide with a custom model to load and manipulate images in one operation
https://github.com/digio/glidecropper
Last synced: 10 months ago
JSON representation
Android app demonstrating how to use Glide with a custom model to load and manipulate images in one operation
- Host: GitHub
- URL: https://github.com/digio/glidecropper
- Owner: digio
- Created: 2019-02-15T06:16:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T16:03:14.000Z (almost 6 years ago)
- Last Synced: 2025-02-25T13:51:56.937Z (over 1 year ago)
- Language: Kotlin
- Size: 1.98 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an Android app that demonstrates how to use the Glide image loading library with a custom
model loader to manipulate images (in this case crop and translate images) as they are being loaded, to minimise memory usage.
Contrast this with Glide transformations which result in multiple bitmaps being created for every one displayed to the user.