Hi everyone
Im building the Seven Seas game, i have two image
and
how can i use the ImageMagick to make the transparent image from 2 images above.
the black color willl be transparent.
thanks all.
Help me Mask 2 images
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Help me Mask 2 images
If you want the second image to be a transparency mask for the first:
Code: Select all
convert skull.gif skullmask.gif -compose CopyOpacity -composite ssSkull.png
snibgo's IM pages: im.snibgo.com
Re: Help me Mask 2 images
great!!
i got it
thank you
i got it
thank you