You are browsing as a guest. Sign up (or log in) to start making projects!

4h 27m 45s logged

Progress on images

we finally have some form of working image support in Squirrel. This required even more sweeping refactoring changes to the codebase, which was a bit painful and im sure the new code isn’t the best quality either and will bite me later, but we’ll deal with it when we deal with it.

getting images is a bit slow however, as right now we’re storing the image as base64 encoded PNGs.

i plan to use the SQLite blob type to just store the raw bytes and pass that back and forth to improve the performance a bit (maybe some sort of caching as well?). there are also other areas where that are to be improved but i wanted to get a somewhat working prototype as fast as i can.

explaining the silence

i’ve been distracted by some life stuff, making me neglect my projects a bit. i also got distracted by the ESP32, fun little device. that is where the 9 days went. but, expect me to work semi-regularly again. thanks for reading.

0
2

Comments 0

No comments yet. Be the first!