Changing brightness of an image in html5 canvas.
Sometimes we need to adjust the brightness of a photo. It can easily be done using some image editor programs. But, if you want to adjust the brightness using the JavaScript canvas api, follow this tutorial, and see how easily it can be achieved.
The steps