Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 402 forks source link

byte array image loading #174

Open khaledToo opened 5 years ago

khaledToo commented 5 years ago

I maybe naive on this subject, but can I view images from a source other than an URI, like a byte array or other format..

Piasy commented 5 years ago

Sorry you can't do that, but you can save those bytes into a file, then you can get URI from the file.

master255 commented 5 months ago

I have the same problem. And it's a big drawback of your library that it can't display images from byte[]

khaledToo commented 5 months ago

Holy shit you brought back some memories, i was working on this android project 5 years ago for my bachelor degree.. damn time flies.