Rename GP_Context -> GP_Pixmap
[gfxprim.git] / doc / example_gaussian_noise.txt
blob95b8a818d0be3aa6f2f1207d0a089a4b44e568d6
1 Gaussian Additive Noise Filter
2 ------------------------------
3 Simple program that adds a gaussian distributed noise to the image.
5 [source,c]
6 ------------------------------------------------------------------
7 include::../demos/c_simple/gaussian_noise.c[]
8 ------------------------------------------------------------------