Open Daft-Freak opened 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!
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.
I've been thinking about this a bit:
decode_jpeg_buffer
has two users (the example and my video player demo),decode_jpeg_file
has none32blit-pico