-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[native_pdf_view] Add Zooming without pixel loss #6
Comments
in version 1.5.0 added crop attributes in render options |
Yes, the crop is there but the view makes no attempt at reloading the contents when the zoom changes. :-) |
I found a possible solution, if you would like to check it out. Instead of I tried to experiment with it a little but I don't know if I can dedicate enough time to it right now. So I thought I'd mention it up front if you think you're interested to look into it. :-) |
@deakjahn ExtendedImage uses also for image switch |
No, I didn't mean that. ExtendedImage can just replace it with a larger image but if you want to allow higher zoom levels without quality loss, you simply cannot generate ten times the size, the bitmap would be too large. Using tiled images would mean that only the part the user is actually looking at gets generated. |
I understand your idea, it's just that this library is used not only for scaling, but also for turning pages. This is also quite an important factor. |
Yes, sure. I would think about a PageView, just like now, where each page is a FlutterMap. I'll try to come up with something if I have the time. :-) |
I will be glad to any help :) |
I start work on this issuesee #238 |
added in pdfx |
Package name
A name of package whom this idea concerns. Ex.
native_color
zoomable image view
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want to zoom in the rendered I tried zoomable image package but as its just image with low pixel I lose pixels
Describe the solution you'd like
A clear and concise description of what you want to happen.
I want to render a high-quality image so no issue for pixel loss or update pixel by taking an image from the zoomable image I mean just Zoomable pdf renderer
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: