Ensemble de fonctions pour modifier et optimiser des Images.
Necessite l 'installation de :
- imagemagik,
- webp
- jpegoptim,
- optipng
apt-get update<br>
apt-get install imagemagick webp jpegoptim optipng
Installation de npm pour les fonction nodejs :
apt install npm
npm install -g svgexport svgo
(j'ai eu des erreurs lors de l'install de svgexport, a tester)
https://github.com/shakiba/svgexport
https://github.com/svg/svgo
Un menu permet d'utiliser les fonctions.
Un dossier images permet de tester le bon déroulement des scripts.
Set of functions to modify and optimize Images.
Requires installation of imagemagik, webp jpegoptim, optipng
apt-get update
apt-get install imagemagick webp jpegoptim opt
Installing npm for nodejs functions
apt install npm
npm install -g svgexport svgo
(I had errors when installing svgexport, to test)
https://github.com/shakiba/svgexport
https://github.com/svg/svgo
A menu allows you to use the functions.
An images folder is used to test the correct operation of the scripts.
jpg