VES-Image-Compare
VES-Image-Compare copied to clipboard
Move from .setImage(bitmap) to .setImage(uri) in order to use less memory
See https://github.com/tibbi/subsampling-scale-image-view#quick-start
Don't keep bitmaps in memory and instead load them when needed. Instead always use an uri.