Skip to content
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

A very large image will be blurry #29

Closed
LancerComet opened this issue May 21, 2023 · 5 comments
Closed

A very large image will be blurry #29

LancerComet opened this issue May 21, 2023 · 5 comments
Labels
update Something optimized

Comments

@LancerComet
Copy link
Member

This is a known issue. I limited the rendering size of a single image to save memory, but in some conditions it would make it a bad reading experience, like when using vertical scrolling mode.

So I have two options:

  • Increase the rendering size
  • Split the image into multiple relatively small images in vertical scrolling mode
@LancerComet LancerComet added the update Something optimized label May 21, 2023
@LancerComet
Copy link
Member Author

@ws123y

@ws123y
Copy link

ws123y commented May 21, 2023

2好像需要的代码会更多,容易出新问题
1的话感觉会不会对性能要求更高?这个可以试一下?

@LancerComet
Copy link
Member Author

LancerComet commented Jun 15, 2023

Add a switch to make users to decide whether the rendering size should be limited.

@LancerComet
Copy link
Member Author

Toggle added @ws123y

image

@LancerComet
Copy link
Member Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update Something optimized
Projects
None yet
Development

No branches or pull requests

2 participants