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

Recursive storage format crash #13

Open
Martomate opened this issue Nov 10, 2020 · 0 comments
Open

Recursive storage format crash #13

Martomate opened this issue Nov 10, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Martomate
Copy link
Owner

When saving an image with size 12 (not a power of two) there is an exception in ImageSaverToArray. This happens because the recursive image format requires a power of two as the image size. In this case it means that the image needs to be saved in a 16x16 image.

@Martomate Martomate added the bug Something isn't working label Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant