Merge: Rosettacode grayscale implementation
authorJean Privat <jean@pryen.org>
Mon, 11 May 2015 23:24:54 +0000 (19:24 -0400)
committerJean Privat <jean@pryen.org>
Mon, 11 May 2015 23:24:54 +0000 (19:24 -0400)
commitb6213263e817abf5c5898a4ba230a3203c5c8cc7
tree38ec98607128320ab6b6716ef69304fb282947e8
parent5cdb506af4f2f4c6e8fb7ca9e9e87af55dd7458a
parentfaabca182aee466d35be670a7283f08ddea7e30c
Merge: Rosettacode grayscale implementation

An implementation of Rosettacode's grayscale task (http://rosettacode.org/wiki/Grayscale_image) with additional features, including creating a Bitmap from scratch and manipulating its individual pixels.

Pull-Request: #1282
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>