in.gif (814KB)
------
in.jpg (1.03MB)
------
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
Last activity: Mar 20, 2020, 07:21 PM