Thanks for the reply guys. It was late night the time I post it and I couldn't state really well.
I download PNGs in this website
http://infinitymugenteam.com/FrameSprites_MVC2.htm and I'm going to animate this PNG sequences in After Effects. I download the character specifically Jin
Problem is when I try to import them in my first attempt without using ImageMagick, there's a pink background.
When I try to use this method
Code: Select all
FOR %G IN (*.png) DO convert %G -transparent #FF00FF batch\%G
to remove the pink background, there's still a pink background in After Effects when I try to import it eventhough its already gone.
Then another alternative, is to color all the PNGs green so that I'm just going to use chroma keys.
Here is the output which didn't worked really well in After Effects (Same in Photoshop when I try to import it still has a pink background)
Raw file that I downloaded:
http://imgur.com/a/9HSJ0
Using the "FOR %G IN (*.png) DO convert" method:
http://imgur.com/a/prngU
Also, snibgo, I tried using the code that you've mentioned
Code: Select all
convert in.png -background blue -layers flatten out.png
.
http://imgur.com/a/98wMy
None of them worked in After Effects, I just need them to be transparent, if not, to color them with green background.
P.S. I'm running on a Windows platform.
EDIT: Just some additional information, Tried this
Code: Select all
convert image.png -fill white -opaque none output.png
and it works. Can you guys help me how to color the background green multiple images?
Using the code:
http://imgur.com/a/gClnA