subsampling-scale-image-view icon indicating copy to clipboard operation
subsampling-scale-image-view copied to clipboard

Feature Request: Option to disable base layer initialization

Open mlilienberg opened this issue 6 years ago • 1 comments

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 that result in full size images of a million pixels in height it does not work that good anymore. I copied this library and added the option to disable base layer loading. With that disabled, I even can open pdfs of 1000 pages in a few milliseconds. I can imagine that disabling base layer tiles could be useful in other usecases too, like rendering maps or other type of documents.

I could create a Pull Request with my changes but I found this library just today and I am not sure what side effects my changes might have or if this is more seen as missuse of this library.

mlilienberg avatar Aug 19 '18 18:08 mlilienberg

@davemorrissey What about this feature? Can I implement pdf rendering functionality?

avegrv avatar Dec 01 '20 14:12 avegrv