I have two sets of frame images of a flame, one set is the color image itself and one set is its alpha channel supposedly. Both sets are JPG files.
What I want to do is to build a transparent animated file (or another way instead, what do you think) to use it as a particle system.
here is one frame of each of those sets:
![Image](http://i40.tinypic.com/15zgx1i.jpg)
![Image](http://i44.tinypic.com/wbf694.jpg)
So I have to subtract that alpha picture from the colored one to get the pure picture. I tried this with the images I posted in the first post in ImageMagick but turned to garbage:
the command I executed:
composite -compose subtract source.jpg alpha.jpg newfile.jpg
and the result:
![Image](http://i41.tinypic.com/27x46du.jpg)
what am I missing here? the process worked with Photoshop, I created an alpha channel in colored picture, copied the alpha picture there, deleted background and voila.
I think I'm missing something with ImageMagick here.
Here is what I wanted:
![Image](http://i40.tinypic.com/qpl9g7.png)