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

Add ImageTools utilities for other ratios than 1:1 #8

Open
JohnnyJayJay opened this issue Jul 21, 2020 · 2 comments
Open

Add ImageTools utilities for other ratios than 1:1 #8

JohnnyJayJay opened this issue Jul 21, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@JohnnyJayJay
Copy link
Owner

Is your feature request related to a problem? Please describe.
There are currently no utilities to divide an image that has a different resolution ratio than 1:1, although such images are quite common.

Describe the solution you'd like
ImageTools could take the width and height of the given image into account and calculate a fitting number and distribution of maps. This would also introduce new issues: arbitrary ratios could lead to situations where hundreds (or even more) maps are required to match the input. There would need to be some safety net and some sort of sensible mechanism that makes slight adjustments to the original automatically.

Describe alternatives you've considered
This isn't necessarily something that needs to be baked into this library. If there are any existing libraries that provide such functionality, it need not be implemented here.

Additional context
/

@JohnnyJayJay JohnnyJayJay added the enhancement New feature or request label Jul 22, 2020
@JeffHD
Copy link

JeffHD commented Mar 3, 2021

Hey, any news about other ratios than 1:1? It would be really useful for me :)

@JohnnyJayJay
Copy link
Owner Author

JohnnyJayJay commented Mar 6, 2021

Hey, any news about other ratios than 1:1? It would be really useful for me :)

Not yet. But I might take another shot at it when I have some more time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants