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

Automatically resize large images #3

Open
efskap opened this issue Oct 7, 2018 · 1 comment
Open

Automatically resize large images #3

efskap opened this issue Oct 7, 2018 · 1 comment
Assignees

Comments

@efskap
Copy link
Owner

efskap commented Oct 7, 2018

Noticed that some people try to fry images from their phone camera (why..?), which (being like 5000x5000 px) take AGES to fry.

Not a good look.

@efskap efskap self-assigned this Oct 7, 2018
@Rudxain
Copy link

Rudxain commented Jan 13, 2023

Ok but, what if some people want to preserve the original resolution?

I'm gonna list all alternatives I can think of:

  • Warn: The website shows a warning if the image exceeds a size threshold, and suggests the user to resize it themselves using some image-editor
  • Cap (absolute): The size gets clamped to a hardcoded value, preferably 480p (720p is overrated)
  • Fraction (relative): The image gets scaled proportional to its size, preferably 50% (I guess?)

All 3 alternatives have 2 possible sub-alternatives (total: 6), because the website may show a checkbox to disable the feature. Cap & Fraction could offer an "ultra-low quality mode", that either caps the size at 144p or 12.5%, respectively

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

No branches or pull requests

2 participants