Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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#42502699

This 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)