Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiteshsahu/android-merge-bitmaps-with-glide
Android Loading, cropping and merging Bitmaps in Android Canvas
https://github.com/hiteshsahu/android-merge-bitmaps-with-glide
android bitmap canvas glide
Last synced: 26 days ago
JSON representation
Android Loading, cropping and merging Bitmaps in Android Canvas
- Host: GitHub
- URL: https://github.com/hiteshsahu/android-merge-bitmaps-with-glide
- Owner: hiteshsahu
- License: apache-2.0
- Created: 2017-02-28T06:48:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T07:38:47.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T06:39:58.603Z (3 months ago)
- Topics: android, bitmap, canvas, glide
- Language: Java
- Size: 5.62 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android-Merge-Bitmaps-With-Glide
See http://stackoverflow.com/questions/42297865/how-to-populate-image-inside-imageview-by-custom-left-and-top-coordinate-andro/42502699#42502699This project demonstarte How to
- Load Bitmaps using Glide.
- Crop a part of loaded BitMap
- Merge Original or Cropped BitMaps
- Dispaly and store new BitMap## Demo
![alt tag](https://github.com/hiteshsahu/Android-Merge-Bitmaps-With-Glide/blob/master/Art/demo.gif)
### Horizontal Merging
![alt tag](https://github.com/hiteshsahu/Android-Merge-Bitmaps-With-Glide/blob/master/Art/art.png)
### Vertical Merging
![alt tag](https://github.com/hiteshsahu/Android-Merge-Bitmaps-With-Glide/blob/master/Art/vertical.png)