How To:: resize and make animated gif with imagemagick in 1 step
Discovered: Oct 12, 2022. 19:29 How To:: resize and make animated gif with imagemagick in 1 stepFollowup to blog post about animated gif
~/bin/magick convert -delay 20 -loop 0 `ls -1 *.JPG` \
-resize 1200x675 12oct2022beeflying.gif
^^– resize and make animated gif in 1 step