Re: [fpc-pascal] fpimage blur

2012-06-20 Thread Mattias Gaertner
On Fri, 1 Jun 2012 09:32:22 +0200 Mattias Gaertner wrote: > On Thu, 31 May 2012 20:42:35 +0100 > Graeme Geldenhuys wrote: >[...] > > Alternatively, AggPas also has many filter/blur/interpolation > > functions available. There are a few AggPas demos showing this in > > action. > > Yep, Aggpas se

Re: [fpc-pascal] fpimage blur

2012-06-01 Thread Mattias Gaertner
On Thu, 31 May 2012 20:42:35 +0100 Graeme Geldenhuys wrote: > On 31 May 2012 12:35, Mattias Gaertner wrote: > > > > Can you give an example or some pseudocode? > > > I just moved country, so don't have access to my development pc yet > (still in shipping), so can't get hold of a working code e

Re: [fpc-pascal] fpimage blur

2012-05-31 Thread Michael Van Canneyt
On Thu, 31 May 2012, Graeme Geldenhuys wrote: On 31 May 2012 12:35, Mattias Gaertner wrote: Can you give an example or some pseudocode? I just moved country, so don't have access to my development pc yet (still in shipping), so can't get hold of a working code example. So best I can do i

Re: [fpc-pascal] fpimage blur

2012-05-31 Thread Graeme Geldenhuys
On 31 May 2012 12:35, Mattias Gaertner wrote: > > Can you give an example or some pseudocode? I just moved country, so don't have access to my development pc yet (still in shipping), so can't get hold of a working code example. So best I can do is code example from memory... it was something lik

Re: [fpc-pascal] fpimage blur

2012-05-31 Thread Mattias Gaertner
"S.Anil Yilmaz" hat am 31. Mai 2012 um 16:39 geschrieben: > Bgrabitmap for Lazarus has such filters as far as I know. You may use the > algoritms I suppose. Thanks. It has some nice blur algorithms. But as far as I can see: BGRA is RGBA 8bit, I need up to 16 bit gray scale. FilterBlur allo

Re: [fpc-pascal] fpimage blur

2012-05-31 Thread S.Anil Yilmaz
Bgrabitmap for Lazarus has such filters as far as I know. You may use the algoritms I suppose. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Mattias Gaertner wrote: Hi, Is there a function to blur an entire fpimage or a rectangular area? Mattias _

Re: [fpc-pascal] fpimage blur

2012-05-31 Thread Mattias Gaertner
Graeme Geldenhuys hat am 31. Mai 2012 um 12:59 geschrieben: > On 31 May 2012 09:06, Mattias Gaertner wrote: > > Hi, > > > > Is there a function to blur an entire fpimage or a rectangular > > area? > > > Not a direct function of Tfpimage, but is very easily accomplished > using fpcanvas and the

Re: [fpc-pascal] fpimage blur

2012-05-31 Thread Graeme Geldenhuys
On 31 May 2012 09:06, Mattias Gaertner wrote: > Hi, > > Is there a function to blur an entire fpimage or a rectangular > area? Not a direct function of Tfpimage, but is very easily accomplished using fpcanvas and the various Interpolation methods. -- Regards,   - Graeme - _

Re: [fpc-pascal] fpimage blur

2012-05-31 Thread michael . vancanneyt
On Thu, 31 May 2012, Mattias Gaertner wrote: Hi, Is there a function to blur an entire fpimage or a rectangular area? Not to my knowledge. Michael. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/l