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

Make --scale a multiplier of the default scale #71

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

pepijnve
Copy link
Contributor

The help for the --scale option states the default value is 1. This is not the case though (current default is 8.0) which leads to the surprising result that without a scale argument the output width will be x and with, for instance --scale 2 the output width will be x / 4 instead of x * 2.

This change makes the CLI scale argument a multiplier of the default scale instead of overwriting the default scale.

The help for the `--scale` option states the default value is 1. This is not the case though (current default is 8.0) which leads to the surprising result that without a scale argument the output width will be `x` and with, for instance `--scale 2` the output width will be `x / 4` instead of `x * 2`.

This change makes the CLI scale argument a multiplier of the default scale instead of overwriting the default scale.
@ivanceras
Copy link
Owner

Thanks for the PR. merged.

@ivanceras ivanceras merged commit 3a2fdd7 into ivanceras:master Jan 12, 2021
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.

2 participants