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 9ba3f4f318081d8fc506b58a782375d3b36e19b2 (commit) from 4c2a2fda5d4751fdc40f987c9aa8b80197b79f6b (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/9ba3f4f318081d8fc506b58a782375d3b36e1...
commit 9ba3f4f318081d8fc506b58a782375d3b36e19b2 Author: Cyril Hrubis metan@ucw.cz Date: Sun Jun 3 13:40:41 2012 +0200
pywrap: Update list of newobject filters.
diff --git a/pylib/gfxprim/filters/filters.i b/pylib/gfxprim/filters/filters.i index 866ea9b..274c765 100644 --- a/pylib/gfxprim/filters/filters.i +++ b/pylib/gfxprim/filters/filters.i @@ -17,7 +17,6 @@ /* Listed in GP_Filters.h: */ %include "GP_FilterParam.h" %include "GP_Point.h" -%include "GP_Arithmetic.h" %ignore GP_Histogram::hist; %include "GP_Stats.h" %include "GP_Linear.h" @@ -26,16 +25,22 @@ /* Functions returning new allocated context */ %immutable GP_FilterSymmetryNames;
-%include "GP_Rotate.h" - %newobject GP_FilterMirrorH_Alloc; %newobject GP_FilterMirrorV_Alloc; %newobject GP_FilterRotate90_Alloc; %newobject GP_FilterRotate180_Alloc; %newobject GP_FilterRotate270_Alloc; %newobject GP_FilterSymmetry_Alloc; +%include "GP_Rotate.h"
-%include "GP_Dither.h"
%newobject GP_FilterFloydSteinberg_RGB888_Alloc; %newobject GP_FilterHilbertPeano_RGB888_Alloc; +%include "GP_Dither.h" + +%newobject GP_FilterAdditionAlloc; +%newobject GP_FilterMultiplyAlloc; +%newobject GP_FilterDifferenceAlloc; +%newobject GP_FilterMaxAlloc; +%newobject GP_FilterMinAlloc; +%include "GP_Arithmetic.h"
-----------------------------------------------------------------------
Summary of changes: pylib/gfxprim/filters/filters.i | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 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.