Some animated GIF gets distorted after "convert"
Posted: 2013-03-25T14:19:47-07:00
Hello! First of all I want to say I'm new to all this graphical-editing thing. My problem is when i convert some animated gifs using windows command line(terminal in windows) some of them results are terrible!!!
For example this is what I get using this is the original gif.
I've been looking for an answer for past 2days, red animation basics/optimization/modification searched forums and only found two similar threads but without an answer or refering to animation basics/optimization/modification which gives no staright information on how to solve my problem.
What I can say is that ImageMagick only takes moving/changing part of a frame and aligns it to top-left corner, so -coalesce should solve this problem, but i can say that it certanly does not.
For example this is what I get using
Code: Select all
convert "input.gif" "output.gif"
I've been looking for an answer for past 2days, red animation basics/optimization/modification searched forums and only found two similar threads but without an answer or refering to animation basics/optimization/modification which gives no staright information on how to solve my problem.
What I can say is that ImageMagick only takes moving/changing part of a frame and aligns it to top-left corner, so -coalesce should solve this problem, but i can say that it certanly does not.