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
https://usage.imagemagick.org/text/
magick -background lightblue -fill blue \
-font Candice -pointsize 72 label:Anthony \
label.gif