Install
ImageMagic
sudo apt install imagemagick
Resize all
JPG
images starting withPXL
in adownloads
folder to30%
of its original sizecd ~/downloads convert PXL*.jpg -resize 30% PXL.jpg
Create a
GIF
of allJPG
images starting withPXL
in a folderconvert -delay 100 -loop 0 PXL*.jpg wooden-house-construction.gif
Resize all pictures in a folder and create animated GIF in Linux Bash with ImageMagick
2020-11-07