PNGs => MNG Good, MNG => PNGs Fails
Posted: 2012-11-08T01:53:18-07:00
People,
I have been happily using a script for some time now that converts scanned, single PNGs into an MNG file and viewing this with either "display" or "mplayer" but now I need to be able to convert some MNGs back into their individual PNG files but this:
convert test.mng t_%d.png
only produces one PNG file (the MNG was constructed with 3 PNGs using convert). Trying an equivalent conversion to multi-page TIFF and splitting that works fine so it looks like it is just a MNG split problem.
Anyone got any solutions? I found a couple of other MNG splitting tools but they fail with error messages or just don't produce any output at all.
Thanks,
Phil.
I have been happily using a script for some time now that converts scanned, single PNGs into an MNG file and viewing this with either "display" or "mplayer" but now I need to be able to convert some MNGs back into their individual PNG files but this:
convert test.mng t_%d.png
only produces one PNG file (the MNG was constructed with 3 PNGs using convert). Trying an equivalent conversion to multi-page TIFF and splitting that works fine so it looks like it is just a MNG split problem.
Anyone got any solutions? I found a couple of other MNG splitting tools but they fail with error messages or just don't produce any output at all.
Thanks,
Phil.