victrme / Bonjourr

Minimalist & lightweight startpage inspired by iOS
https://bonjourr.fr
GNU General Public License v3.0
900 stars 104 forks source link

Solid color background #399

Open narucy opened 1 month ago

narucy commented 1 month ago

Yup, I can set 1x1 pixel png in background -- but initially do no load picture, it saves tiny bit CPU time (theoritically) and maybe fun some color selection.

victrme commented 1 month ago

That is a good way to add solid colors indeed ! We will add a solid background option with other background features by the end of the year, if everything goes to plan.

I was curious and I tested the CPU time for both 1x1 and 2000x2000 pixels, and it looks almost as fast. My guess would be that the rasterizing is optimized so that similar pixels are skipped.

We can see a bit more overhead on the 2000x2000 image though.

2000x2000:

Capture d’écran 2024-07-18 à 07 24 41

1x1:

Capture d’écran 2024-07-18 à 07 23 15