make img transparent code example
Example 1: transparent background css for image
background-color: rgba(255, 0, 0, 0.5);
Example 2: change opacity of png
convert test.png -threshold 0% -alpha off black_threshold.png
background-color: rgba(255, 0, 0, 0.5);
convert test.png -threshold 0% -alpha off black_threshold.png