Re: [Gegl-developer] various blurs

2011-01-19 Thread andy gill
Nordholts ense...@gmail.com wrote: On 01/18/2011 11:43 PM, andy gill wrote: I've attached 3 more patches, they are: box-blur. it's now a good deal faster, and also properly supports fractional blur widths. fast gaussian blur. this is implemented as 3 box filters in series

Re: [Gegl-developer] various blurs

2011-01-26 Thread andy gill
I've redone the patches for the box-blur and pixelise filters to include tests. the patches now total 300k however, what's the preferred method of submitting them? On 19 January 2011 10:39, Øyvind Kolås pip...@gimp.org wrote: On Wed, Jan 19, 2011 at 10:29 AM, andy gill andygg...@gmail.com wrote

[Gegl-developer] a couple more filters.

2011-01-29 Thread andy gill
8da480d4af73ff2f9cdf08687b2e751ef3b67e4d Mon Sep 17 00:00:00 2001 From: Andy Gill andygg...@gmail.com Date: Sat, 29 Jan 2011 18:58:47 + Subject: [PATCH 1/2] added linear motion blur filter --- operations/common/motion-blur.c | 174 +++ 1 files changed, 174