Post #2532949
2026-05-02 15:12 UTC
@circfruit@fosstodon.org Tjpg is functional, but much slower. Your device has the ESP32-S3 which has advanced CPU instructions which can accelerate certain tasks. I use them in my JPEG library to speed up decoding. For 6k images, speed is not that much of a concern.
Replies (1)
-
@circfruit@fosstodon.org 2026-05-02 15:14
@fast_code_r_us@floss.social thanks! good to know, can you post a link to your lib if it’s open source?