Skip to main content
edited body
Source Link
fmw42
  • 54.1k
  • 10
  • 80
  • 95

You can do that in ImageMagick by flattening the image against a color.

convert sayduck.png -background "rgba(255,0,0,1280.5)" -flatten result.png 

[![enter image description here][1]][1]

You can do that in ImageMagick by flattening the image against a color.

convert sayduck.png -background "rgba(255,0,0,128)" -flatten result.png 

[![enter image description here][1]][1]

You can do that in ImageMagick by flattening the image against a color.

convert sayduck.png -background "rgba(255,0,0,0.5)" -flatten result.png 

[![enter image description here][1]][1]
Source Link
fmw42
  • 54.1k
  • 10
  • 80
  • 95

You can do that in ImageMagick by flattening the image against a color.

convert sayduck.png -background "rgba(255,0,0,128)" -flatten result.png 

[![enter image description here][1]][1]