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.
Possibility to pan image further from the side. Behaves as PAN_LIMIT_CENTER but with customizable distance per side. Why is this needed: If your have panels above the image, part of...
*Please provide as much of the following information as possible. Please do not raise issues to ask for help developing your app.* ### Expected behaviour show image exactly ### Actual...
could you make `SubsamplingScaleImageView.sourceToViewRect()` protected or public? I need this method in my custom overlay and do not see why it should be private while at the same time `SubsamplingScaleImageView.viewToFileRect()`...
Hey, since version 3.8.0 Im getting some OutOfMemory errors, like at the attached screenshot. I also just started using GlideDecoder in the new version, not sure if that can be...
*Please provide as much of the following information as possible. Please do not raise issues to ask for help developing your app.* ### Expected behaviour won't crash ### Actual behaviour...
when the image width and height both bigger than displayMetrics,the loaded image will be rotate 90 , I'll be pleasure if someone could answer this question
I couldn't find any information about which scaling algorithm is used, so I assume it's bilinear. It would be good to have a selection of alternative algorithms which can be...
I'm trying to disable center on isPanEnabled to false, I'm having issues especially when it is zoomed.
*Please provide as much of the following information as possible. Please do not raise issues to ask for help developing your app.* ### Expected behaviour ### Actual behaviour ### Steps...
Hello, how can I get the X,Y displacement position of my subsamplingImageView, I need to cut the visible part of the image and I can't get those missing values, thank...