Convert generate transparent image
Posted: 2013-12-05T14:50:48-07:00
I have several png images and I wanna to merge them together by using convert command.
The following command line gives me a transparent image.
convert *.png -evaluate-sequence mean merged_image.png
If I use median or max instead of 'mean', there is a non-transparent image. But 'min' and 'mean' will generate transparent image.
My system is ubuntu 12.04 64 bit
The following command line gives me a transparent image.
convert *.png -evaluate-sequence mean merged_image.png
If I use median or max instead of 'mean', there is a non-transparent image. But 'min' and 'mean' will generate transparent image.
My system is ubuntu 12.04 64 bit