Code: Select all
nconvert -colours 256 -out gif test.mng
If I split the MNG to PNG :
Code: Select all
nconvert -colours 256 -n 0 449 1 -out gif -o test.gif ########.png
Thanks in advance.
Moderators: helmut, XnTriq, xnview
Code: Select all
nconvert -colours 256 -out gif test.mng
Code: Select all
nconvert -colours 256 -n 0 449 1 -out gif -o test.gif ########.png
Currently it's not possible to convert into Animated gifsimpleuser wrote:I would like to convert a MNG to its GIF equivalent (patent sucks, but most browser don't support MNG out of the box).
only gives me a one-frame gif with the first frame of the mngCode: Select all
nconvert -colours 256 -out gif test.mng
If I split the MNG to PNG :converts every frame to test.gif, overwriting each other. so at the end, test.gif is the last PNG frame.Code: Select all
nconvert -colours 256 -n 0 449 1 -out gif -o test.gif ########.png
Thanks in advance.
simpleuser wrote:would like to convert a MNG to its GIF equivalent
This has been already pointed 1'000'000'000 times and summarized here:xnview wrote:Currently it's not possible to convert into Animated gif
Bad, but already pointed here: http://newsgroup.xnview.com/viewtopic.php?t=15834simpleuser wrote:converts every frame to test.gif, overwriting each other. so at the end, test.gif is the last PNG frame.