mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-28 12:26:16 +00:00
Added grabbing average image colour function
This commit is contained in:
parent
7abf0c47ce
commit
33927c63ef
9 changed files with 196 additions and 40 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue