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

Default logarithmic width generation #1

Open
AnthonyAstige opened this issue Feb 21, 2017 · 0 comments
Open

Default logarithmic width generation #1

AnthonyAstige opened this issue Feb 21, 2017 · 0 comments

Comments

@AnthonyAstige
Copy link
Owner

Start with the highest, and go down. So if an image of 1024px then generate

  • 1024
  • 512
  • 256
  • ...
  • 32 (Or should we set a higher lower bound?)

Make it configurable?

  • Default logarithmic step like 1/3 instead of 1/2?
  • Minimum cut-off

Reasoning

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

1 participant