I have a photograph, say flower.png, and in this photo the sixth pixel down in the third column is #23997E and I want to conditionally change that pixel's color to, say #E54864.
How is this done. I've been told that HTML canvas is how one can manipulate images pixel by pixel. How does one convert, I guess, a photograph to canvas and then be able to specify a particular pixels of that photo for styling and scripting?