views:

47

answers:

0

I have multiple images and i need to create their horisontal sequence. This task is solved by ImageMagic's: convert 0***.png +append result.png

Every image has alpha channel. But generated result image has grey background. Which option can tell ImageMagic to copy alpha channel values too ? Thanks!