Imagine I have rgb.jpg and alpha.png. How to combine them into rgba.png with Imagemagick?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Since you didn't specify, I'll assume a sufficiently new version of ImageMagick being run from the command line. This was tested using ImageMagick 6.6.9-7 on Linux (from Debian). If
Otherwise, you will have to do a bit more processing on
Note that you may have to escape the parentheses in the latter command, depending on your command-line environment. If necessary, you can also invert the greyscale image before using it as the alpha channel:
|
|||
|
|