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

SOLVED: software crashes when adding images even if there is less than 1000 images #39

Open
DreamMojo opened this issue Apr 10, 2023 · 0 comments

Comments

@DreamMojo
Copy link

the crash is caused by large images. the program automatically splits up bigger images into smaller 64x64 chunks. this is a massive problem when adding an improperly formatted image. say there are 3 badges on an image. this can still cause a crash if there is a lot of empty space on the image (see attached) the empty space is split just like everything else which causes WAY more images to be added which can easily put you over that 1000 image limit, resulting in a crash
Screenshot 2023-04-10 170053

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

No branches or pull requests

1 participant