You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
I have an image that has a width of 150 and a height of 175. I've tried to generate very small tiles from the image as per the whole divisors of the width and height but more often than not image_slicer will not make the full amount of tiles and will crop the ones that it is missing. Is this because it cannot handle non-square rectangles?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an image that has a width of 150 and a height of 175. I've tried to generate very small tiles from the image as per the whole divisors of the width and height but more often than not image_slicer will not make the full amount of tiles and will crop the ones that it is missing. Is this because it cannot handle non-square rectangles?
The text was updated successfully, but these errors were encountered: