I have a regular image in the image tag like this:
<img src="https://i.stack.imgur.com/KCRMm.jpg" class="image">
that I want to turn into this image. I saw some examples of the blend mode but for the blend mode you need to set the image as background but I have the image in the image tag.
Can the hue be added to the image via css without setting image as background?