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

Fix for #17: Add tests & support for vertical video resolutions + Formatting Fixes #18

Merged
merged 2 commits into from
Mar 28, 2023

Conversation

chrisspiegl
Copy link
Contributor

@chrisspiegl chrisspiegl commented Mar 28, 2023

Fix for #17

Vertical video resolutions are on the rise and this library was always showing the "highest" value between width and height first. Now it keeps the order in tact and returns whatever height & width was used correctly.

Additionally, reordered the input variables to make more sense. This has the input variable order represented correctly in the output string which is always width x height.

And I added some formatting fixes while checking up on the cli + readme file.

Vertical video resolutions are on the rise and this library was always showing the "highest" value between width and height first. Now it keeps the order in tact and returns whatever height & width was used correctly.
Additionally, reordered the input variables to make more sense. This has the input variable order represented correctly in the output string which is always `width x height`.
@Kikobeats Kikobeats merged commit 48089d0 into Kikobeats:master Mar 28, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants