Thank you very much for the extremely detailed explanation. You’re absolutely right — with the current specifications, the brightness levels aren’t the official ones, but simply the result of dividing 255 by 7: 0, 36, 73, 109, 146, 182, 219, 255. Since the core library this app uses isn’t one I created myself, making changes may be difficult, but I’ll think about possible approaches.
As for counting the number of unique tiles in the image after Qualetize, I think that feature should be relatively easy to implement.
I really appreciate your feedback — it’s incredibly helpful and motivating. Thank you again for taking the time to point this out.
In 0.4.0 I’ve: - Switched the Genesis preset to the accurate non-linear palette levels (custom per-channel quantization). - Added a unique tile counter (flip/transparent aware).
← Return to tool
Comments
Log in with itch.io to leave a comment.
Damn this is a great tool ! well done !
Be careful, you're not using accurate Genesis palette.
Genesis palette contain the brightness levels for blue, green and red respectively. Possible values are 0, 2, 4, 6, 8, $A, $C and $E.
Also, if you could have a function that count the number of different tiles after qualetization, it would be greater than great !
Very well done and thank you for sharing.
Thank you very much for the extremely detailed explanation.
You’re absolutely right — with the current specifications, the brightness levels aren’t the official ones, but simply the result of dividing 255 by 7:
0, 36, 73, 109, 146, 182, 219, 255.
Since the core library this app uses isn’t one I created myself, making changes may be difficult, but I’ll think about possible approaches.
As for counting the number of unique tiles in the image after Qualetize, I think that feature should be relatively easy to implement.
I really appreciate your feedback — it’s incredibly helpful and motivating.
Thank you again for taking the time to point this out.
In 0.4.0 I’ve:
- Switched the Genesis preset to the accurate non-linear palette levels (custom per-channel quantization).
- Added a unique tile counter (flip/transparent aware).
Details in the devlog: https://tresuskeenae.itch.io/qualetize-gui/devlog/1130489/genesis-palette-accura...
Wow !!!
You rock !!