VES-Image-Compare icon indicating copy to clipboard operation
VES-Image-Compare copied to clipboard

Move from .setImage(bitmap) to .setImage(uri) in order to use less memory

Open VincentEngel opened this issue 2 years ago • 0 comments

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.

VincentEngel avatar Mar 13 '23 16:03 VincentEngel