Avatar of websss
websss
Flag for Kenya

asked on 

overlaying existing image with semi transparent image

I have a radiometric image which a heat sensing camera is pointed at

I need to read the heat data from the picture (out of the scope of this question)
Each pixel will have a temperature reading, and i need to look up a legend as follows:

green = 0-100
red = 100-200

I need a semi transparent layer over the image which colors each pixel in either red or green based on the temperature reading of the pixel

What would be the best solution for this, do i need to dynamically cycle through each pixel and then construct a semi transparent image overlay  that goes over existing JPG image?
Looking for some ideas here if there are other ways and possible issues with overlaying 2 images over each other!
ASP.NETCSSjQuery

Avatar of undefined
Last Comment
Julian Hansen

8/22/2022 - Mon