Command line image editing https://imagemagick.com
magick convert image.png -resize 960x540 image_resized.png
convert original.png -matte mask.png -compose DstIn -composite output.png
magick convert source.png -fuzz 20% -transparent white result.png