Install
ImageMagicsudo apt install imagemagickResize all
JPGimages starting withPXLin adownloadsfolder to30%of its original sizecd ~/downloads convert PXL*.jpg -resize 30% PXL.jpgCreate a
GIFof allJPGimages starting withPXLin 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