Skip to content

survoje77/Convert-images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert-images

Ensemble de fonctions pour modifier et optimiser des Images.

Origine des fonctions

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.

Origin of functions

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%