- PNG files utilized in an MNG while preserving the alpha blending the PNG originally had.
- Customized comment keys for some frames, but choosing to leave some frames blank (no repeat of keys).
ImageMagick makes strange comment keys that don't seem to be the same as what is needed. Yet the software I made the alpha in for the MNG can't do keys properly because it requires the "Comment:" prefix which breaks the image for the application this is intended for.
Successful Alpha, bad MNG keys:
http://sonic-club.com/users/se7/magick/ ... eAlpha.mng
No alpha, but good MNG keys:
http://sonic-club.com/users/se7/magick/ ... ntKeys.mng
Both of those images were made in totally different software, but not ImageMagick.
I can show some of my ImageMagick code, but it is mostly failure. These are some of my experiments so far anyway. I'm using exec by the way, if you're wondering the strange string format.
convert -delay 100 -dispose 2 -set _move_2 ' ' alpha01.png -delay 200 alpha02.png alpha03.png -set _move_8 ' ' alpha04.png alpha05.png alpha06.png alpha07.png alpha08.png +set create-date +set modify-date result.mng
Another issue I have with -set is that it sets for all frames following. I only want it to do the single frame and leave any blank that aren't labeled.
I don't mean to drag out the explanation and make it so complicated. I put off asking for a while so I am a bit more disorganized than I would be. I'm basically asking for how to do that kind of alpha in Image1, with the proper keys of Image2.
Any leads that would put me onto the right track would be much appreciated. I'll follow-up if I have any more information that will help. Thank you.