Image Frames

Created: 2021-09-26

Image support arrived. Above you can get a glimpse at Daily's current state. It's still rough around the edges, but things are coming together. I opted to store the images directly in the project file. It uses the SQLite BLOB data type. To keep things reasonable, images are resized to 1200px width when stored. A local HTTP server serves them for the editor frontend. I've tried getting around that by sending the image bytes directly to the UI. Then rendering them using the Blob API and object urls. But the performance was really bad for larger files. The image below shows the editor. Above you can see the "home" view.