This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via c404e7e68b3d6567519cb2fcb45ea5fc652add35 (commit) from dcc74ee0d1808272efbf16ebb9a3d6dfaa20ff26 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/c404e7e68b3d6567519cb2fcb45ea5fc652ad...
commit c404e7e68b3d6567519cb2fcb45ea5fc652add35 Author: Cyril Hrubis metan@ucw.cz Date: Sun May 27 12:16:50 2012 +0200
demos: py_simple: Fix blur example.
diff --git a/demos/py_simple/blur.py b/demos/py_simple/blur.py index 80c35de..ca50658 100755 --- a/demos/py_simple/blur.py +++ b/demos/py_simple/blur.py @@ -17,7 +17,7 @@ def main(): # Do in-place gaussian blur filters.FilterGaussianBlur(img, img, radii, radii, None) # Save result - loaders.SaveJPG("out.jpg", img, None) + loaders.SaveJPG(img, "out.jpg", None)
if __name__ == '__main__': main()
-----------------------------------------------------------------------
Summary of changes: demos/py_simple/blur.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.