I'm trying to do something very simple but somehow can't manage to do it.
I have an PNG with transparent areas.
How to add a background layer filled with some RGBA color such as rgba(255,0,0,128)?
I'm using imagemagick version 6 in its command line form.


