1607 shaares
1 lien privé
1 lien privé
Use ImageMagick® to create, edit, compose, and convert digital images. Resize an image, crop it, change its shades and colors, add captions, and more.
The magick identify program describes the format and characteristics of one or more image files:
https://imagemagick.org/script/identify.php
Pour réduire le poids de l'image en conservant la résolution:
convert input.jpg -auto-orient input.jpg
puis:
ffmpeg -i input.jpg output.jpg