systemes_dexploitation:linux:ubuntu:applications
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
systemes_dexploitation:linux:ubuntu:applications [2021/08/31 21:16] – sgariepy | systemes_dexploitation:linux:ubuntu:applications [2022/02/02 00:42] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 129: | Ligne 129: | ||
Source : [[https:// | Source : [[https:// | ||
- | ===== Autres ===== | + | |
+ | |||
+ | ====== Outils ====== | ||
+ | |||
+ | |||
+ | ===== Opérations sur images ===== | ||
+ | |||
+ | Installer ImageMagick: | ||
+ | |||
+ | $ sudo apt-get install imagemagick | ||
+ | |||
+ | |||
+ | Connaitre la taille de l' | ||
+ | |||
+ | $ file image.png | ||
+ | |||
+ | Ou avec ImageMagick: | ||
+ | |||
+ | $ identify image.png | ||
+ | |||
+ | |||
+ | ===== Redimentionner ===== | ||
+ | |||
+ | $ convert -resize 50% source.png dest.jpg | ||
+ | $ convert -resize 1024X768 | ||
+ | |||
+ | La commande '' | ||
+ | |||
+ | $ mogrify -resize 50% *.png | ||
+ | $ mogrify -resize 320x240 *.png | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ====== Autres | ||
* Burning CD/DVD : Brasero => '' | * Burning CD/DVD : Brasero => '' | ||
systemes_dexploitation/linux/ubuntu/applications.1630437373.txt.gz · Dernière modification : 2022/02/02 00:42 (modification externe)