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

Scale down thumbnails before saving #313

Open
jnvsor opened this issue May 1, 2019 · 1 comment
Open

Scale down thumbnails before saving #313

jnvsor opened this issue May 1, 2019 · 1 comment

Comments

@jnvsor
Copy link

jnvsor commented May 1, 2019

Currently thumbnails are encoded as full resolution 256bit color low quality jpegs. The contents of the page is still legible, which presents a potential privacy/data-leak issue.

Since the thumbnails are shown in a small box, if they were to be saved as lossless full quality pngs scaled to, say, 2x that size (for high dpi screens) you'd increase the quality, solve the legibility issue, and decrease file size by more than half to boot.

@kesselborn
Copy link
Owner

Kind of repeating myself here from the other issue:
yeah: I am aware of the problem and a complete rewrite is ongoing ... due to time constraints it won't be before July or August before this comes life.
Once rewritten, all the mentioned issues will be gone ... I currently lack the time to do a hotfix for the current version :/
Thanks for the detailed report though

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

No branches or pull requests

2 participants