Code: Select all
convert image_1.png image_2.png image_3.png \( -size 300x300 xc:none -box white -gravity south -draw "text 0,0 'text'" \) -set delay 150 -layers OptimizePlus -loop 1 finalized.gif
-- all images are 300x300
If i use Optimize it works without any error.
OptimizePlus produces big image size
Optimize produces small image size.
How to keep the image size low?
Can i add -quality 60 anywhere in the images?