Added grabbing average image colour function

This commit is contained in:
Michał Gdula 2022-09-28 19:38:18 +00:00
parent 7abf0c47ce
commit 33927c63ef
9 changed files with 196 additions and 40 deletions

View file

@ -22,6 +22,10 @@ You will need to install the image-magik PHP plugin for thumbnail creation, on U
apt install php-imagick
#### GD2
Also install GD2 for image colour extraction, else you may get errors:
apt install php-gd
#### PHP and Nginx
This project also requires PHP 8.1 and was made with Ubuntu 22.04 LTS and Nginx in mind, so I reccommend running this gallery on such.