32blit / 32blit-sdk

32blit SDK
https://32blit.com
MIT License
196 stars 69 forks source link

Remove decode_jpeg_* APIs? #860

Open Daft-Freak opened 1 month ago

Daft-Freak commented 1 month ago

I've been thinking about this a bit:

Gadgetoid commented 1 month ago

I wonder if anyone else has used this? JPEG is definitely one of the worst ways to get image data onto a microcontroller and we have an explicit pipeline for converting assets!

ali1234 commented 1 month ago

I would much rather see that valuable firmware space used for something that is widely useful and benefits from being fast, like more drawing routines (#32), higher level multiplayer code, or more flexible menu system, or maybe even something like stagelib. Even just another font or some standard button sprites would be more useful.