I have a png image with transparency on it and I would like to change its opacity keeping the transparency of the pixel just add a percentage or something.
I tried using putalpha
but it just destroys the transparency in the image.
What I want is something like the opacity
property in css.
Thank you.
img{opacity:.2}
<img src="http://i.imgur.com/2zGGyYB.png"/>