subsampling-scale-image-view icon indicating copy to clipboard operation
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.

Results 48 subsampling-scale-image-view issues
Sort by recently updated
recently updated
newest added

I want to request an enhancement. I am using this library to display PDFs rendered via android.graphics.pdf.PdfRenderer. This works great out of the box, but when I open big pdfs...

If I use `setMinimumScaleType(SubsamplingScaleImageView.SCALE_TYPE_START)` on a `SubsamplingScaleImageView` with padding, the image is placed at the very view border, and as soon as it's grabbed it "snaps in place" (moving away...

First of all, thanks for this great library and your efforts in maintaining this! We've been using it for a while now to provide high-res newspaper-like content to users. Recently,...

*Please provide as much of the following information as possible. Please do not raise issues to ask for help developing your app.* ### Expected behavior no NPE ### Actual behavior...

Hi, it's me again. I checked out wiki and I found out I'm just doing fine and I think I found out what causes it. I'm not pro but I...

Hello, I'm getting a lot of reports in production from crashes happening with this error: `Fatal Exception: java.util.concurrent.RejectedExecutionException: Task android.os.AsyncTask$3@1ec5e0b rejected from java.util.concurrent.ThreadPoolExecutor@dcd94e8[Running, pool size = 17, active threads =...

I'm developing an app that uses [immersive mode](https://developer.android.com/training/system-ui/immersive) to show an image in full screen. When immersive mode is enabled the SubsamplingScaleImageView bounds increase because the Activity layout increases and...

Adding image the same as in tutorial, and getting same error, as on other image views. What's wrong?

version is 3.10.0, load small picture, in callback method, onImageLoaded() -> SubsamplingScaleImageView.setMaxScale(), not center ### Steps to reproduce ![image](https://user-images.githubusercontent.com/20864280/83832073-680f2500-a71b-11ea-9376-9d4a56bfb77e.png) ### Affected images ![image](https://user-images.githubusercontent.com/20864280/83832100-75c4aa80-a71b-11ea-90d9-36d4565a5ec8.png)

This issue continues the discussion from commit a3dcfbc. By default this view uses RGB_565 to reduce memory usage and improve performance. When using ARGB_8888, under certain combinations of image size,...