-
Notifications
You must be signed in to change notification settings - Fork 2
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
Clarify image requirements #123
Comments
Hello; internally, the tool uses ImageMagick to automatically resize the images and reduce the color count to the format supported by SGDK; additionally, if the image happens to be already in the correct format (PNG-8, 16 colors, 320x224), the tool will use them directly, without conversion. That being said, there's always a chance of there being a bug on the tool. Perhaps, if you share the project that was used for testing, I could take a look at it later |
Thanks for the quick reply! Big fan of your projects. |
Yes, there's something really weird going on:
I will have to debug this later. |
Yes, it's a weird bug; I'll try to make a few more tests later. |
It seems that the routine responsible for decompressing the tiles and loading them into video RAM is running out of memory in some of the images; still trying to figure out why. In order to test a possible workaround, I used RgbQuant-SMS to reduce the tile count; 1024 tiles for the image with 3 fairies and 768 for the one with a single fairy: With those two modifications, those images are showing again, though they lost some detail: Unfortunately, as said. this reduces the amount of details in the image, plus the fact that RgbQuant-SMS isn't really geared towards the Sega Genesis palette, at the moment. |
Thanks! This is all placeholder art so I'll try to direct the final art in a way that maximizes tile repetition. Hopefully the bug can be solved regardless, but it's great to at least have a metric of how pictures that don't work can be made to work. |
You're welcome; this bug shall be fixed eventually. |
I tried editing the test project with 3 new PNGs. All of them were saved with the same configuration (PNG-8, 16 colors, 320x224), yet only one of them works, despite being exported from Photoshop with identical configs. The others either don't appear or appear misaligned (in the way the Red Echidna picture also appears wrong when running the test project). Because there's no documentation of how images are converted, it's hard to troubleshoot the situation.
The text was updated successfully, but these errors were encountered: