Convert an Image to Classic GIF
2026-01-20
convert input.jpg -resize 320x240 -colors 256 -dither FloydSteinberg -depth 8 -interlace GIF -strip output.gif
2026-01-20
convert input.jpg -resize 320x240 -colors 256 -dither FloydSteinberg -depth 8 -interlace GIF -strip output.gif