subsampling-scale-image-view
subsampling-scale-image-view copied to clipboard
Android library (AAR). Highly configurable, easily extendable deep zoom view for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.
how to use img as gif
Could you add double finger rotation? I tried to modify the code, but failed
I need to display a couple images together on screen, I expect them to have a resolution above the max texture size, so tilling would be necessary. And I need...
Thread { try { val image = BitmapFactory.decodeStream(URL(data.IMG).openConnection().getInputStream()) image_view.setImage(ImageSource.bitmap(image)) } catch (e: Exception) { e.printStackTrace() } }.start()
when image is rendered in recyclerview then one long line showing over the each image in list and sometimes is appearing and disappear when we zoom or scroll the image.
I'm gonna attach much detail, but! simply "No way to load image from URL" > `imageView.setImage(ImageSource.uri(url));`
How can I implement smooth movement (scrolling with preview) . `import com.davemorrissey.labs.subscaleview.ImageSource; import com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView; import java.io.File; import java.io.IOException; import java.util.List; public class ImageViewerActivity extends AppCompatActivity { private ImageView previewImageView; private...
As the title says. Suppose I have some resource, and I want to focus at some point of it (x,y coordinates from the original resolution of the image), is it...