2025-01-24 18:12:50 +00:00
|
|
|
8img is a simple html gallery generator
|
|
|
|
|
|
|
|
|
|
|
|
Performance:
|
|
|
|
11 sec when processing a
|
|
|
|
564kb database containing
|
2025-01-25 07:27:33 +00:00
|
|
|
1685 files on orange pi 4 lts (cpu freq: 816Mhz)
|
2025-01-24 18:12:50 +00:00
|
|
|
And 5sec at 1.8GHz
|
|
|
|
|
|
|
|
|
|
|
|
Dependencies:
|
|
|
|
* Any C compiler
|
|
|
|
* *nix system
|
|
|
|
|
|
|
|
|
|
|
|
The db contains a the filename and tags
|
|
|
|
exp:
|
|
|
|
image.png ,photo,sky
|
|
|
|
cat.png ,animal,photo
|
|
|
|
|
|
|
|
|
|
|
|
To configure, edit config.h and recompile
|