Centering mixed size images when creating animated GIF
Posted: 2019-06-12T20:18:45-07:00
Hi, I create an animated gif from mixed size images, but the smaller images are not centered. I want the smaller images to be centered instead of being on the left side or on the top. Can you help please? What options do I add to my command to center the images?
Here is the command I use:
convert -resize 668x476 -delay 400 -dispose background -loop 0 -gravity Center *.jpg ani.gif
Here is the command I use:
convert -resize 668x476 -delay 400 -dispose background -loop 0 -gravity Center *.jpg ani.gif