What I tried with css or svg filter applied to whole image, not only edges of visible areas.
body{
background:blue
}
img{
width:300px;
/* these did not worked as intented */
/* box-shadow: inset 0 0 20px white; */
/* filter: blur(10px) */
}
<img src="https://www.pikpng.com/pngl/b/126-1268896_megan-fox-png-image-megan-fox-transparent-png.png">