[magick-users] Another +append question
Fred Weinhaus
fmw at alink.net
Sun Mar 16 14:08:23 PDT 2008
First your command line is not specified correctly. Put the input
images BEFORE the +append.
If that does not fix your problem, then add -matte -channel RGBA
convert image_one.png image_two.png -matte -channel RGBA +append
output_image.png
>Hello, I am stuck at a crossroads with the +append command.
>
>When I use,
>
>convert +append image_one.png image_two.png output_image.png
>
>It loses the transparent quality after the join.... which I don't want.
>Is there a way to perserve image transparency with image joins? :)
>
More information about the Magick-users
mailing list