-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dimension dropdown: different values for 20% #196
Comments
The percentages in parens are rounded. The |
What's the rationale for having two separate sections in the first place? |
The first is a predefined list of common sizes and the second are exact percentages. |
Maybe deduplicate them by percentages? (put in a hashmap using rounded percentage as the key) |
The list could also use trimming: don't suggest HD resolutions (lots of GIF viewers are unprepared for that, e.g. QuickLook grinds my machine to halt even on 720p GIF), or resolutions below 100px. |
They have different purposes. Someone might want exactly 25% of the original or someone might want an exact size.
That really depends on the FPS. I often use 960 for GIFs when there's little movement and low FPS. |
Sorry for the late reply. Are there examples of the use case for wanting "exactly xx%"? If it's legit use case and the current layout ought to be kept, the one quick fix I can imagine is to add |
When you record on a retina screen (2x), you might want to scale to 50% exactly to get the same size as 1x.
You're assuming that everyone cares about the exact pixel size. That is rarely the case for me. I just want it smaller, and having some quick predefined "steps" are useful. |
It doesn't look like a simple solution is going to come off this issue so allow me to close it for now. I had opened this issue thinking it was some rounding bug but now I understand it's simply two different approaches. Thanks for the tool and your other repos btw (using Ky on some projects)! |
We can keep it open until we figure out a solution. |
I think the "(~##%)" approximation symbol works intuitively enough now. 👍 What might help to differentiate what's the primary value & what's secondary is: contrast, as in: … but i have no idea about such feasibility in Swift/UI. PS: If you replace the "x" character with the correct "×" multiplication sign it helps the readability too. I've opened a PR #213 for it however I'm not 100% sure I can just slap such character in the String() format specifier 🤷♂️ |
@janbrasna That's a good idea. I'm also wondering if it would help if we aligned them as columns:
|
@sindresorhus may i open an issue for column alignment and fix up a quick PR? |
See the two values for 20% in the screenshot: which one is it?
Version 2.8.0.
The text was updated successfully, but these errors were encountered: