PDA

View Full Version : Splitting MNGs into PNGs


riksweeney
October 24th, 2007, 05:01 AM
Hi,

I was wondering if anyone knows how to split an MNG into its separate PNG files? I can find any program that supports this.

Thanks

Richard

tehet
October 24th, 2007, 05:13 AM
I've done this with imagemagick in the past. Something like
convert foo.mng foo.png
This should work but I couldn't figure out how to preserve the transparency from the .mng.

riksweeney
October 24th, 2007, 08:24 AM
Thanks, I'll give this a go after I get in from work!