I want to develop image contrast,sharpen,warmth,crop,undo,redo functionality in my web application. Please tell me how can I develop this functionality ? I dont want to use .GetPixel() and .SetPixel() because it is very slow metho. so please tell me any other way to develop these functionalities.
Thanks in Advance.