I'm writing an iPhone app and need help in figuring out how to take an image and blend it into a single color. I assume I need to do a gaussian blend but am not sure if this is correct or how to do it if it is.
Do you have any suggestions, pointers to sample gaussian blend code snippets, or am I heading in the wrong directions to get from image to blended color image?
It doesn't appear I can do this with existing iPhone frameworks or are there private methods in public frameworks that will make this job easier?