Sample Header Ad - 728x90

Why this GIF isn't playing smoothly?

1 vote
1 answer
356 views
in.gif (814KB) ------ in.gif in.jpg (1.03MB) ------ in.jpg Commands i used to generate a gif - convert -coalesce "in.gif" "0.png" for file in 0*.png do composite -gravity center "$file" in.jpg compose_over"$file" done convert compose_over*.png output.gif output.gif (58.5MB) ---------- output.gif The output GIF is not a smooth GIF like the original one. Why? And how can i make it a smooth GIF and how i reduce it's size?
Asked by Madhubala (304 rep)
Mar 20, 2020, 02:17 PM
Last activity: Mar 20, 2020, 07:21 PM