Go to file
2025-01-24 21:12:50 +03:00
config.h first commit 2025-01-24 20:30:34 +03:00
img.c update README file and fixed bug 2025-01-24 21:12:50 +03:00
LICENSE first commit 2025-01-24 20:30:34 +03:00
logo.png first commit 2025-01-24 20:30:34 +03:00
Makefile first commit 2025-01-24 20:30:34 +03:00
README.txt update README file and fixed bug 2025-01-24 21:12:50 +03:00
style.css first commit 2025-01-24 20:30:34 +03:00

8img is a simple html gallery generator


Performance:
	11 sec when processing a
	564kb database containing
	1685 rows on orange pi 4 lts (cpu freq: 816Mhz)
	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