Re: [fpc-pascal] Cross compiling x86_64 on i386 Linux.

2012-05-31 Thread Bruce Tulloch
On 31/05/12 17:59, Jonas Maebe wrote: > > You can try filing a bug with binutils of course, but I don't think > it will be considered a bug (although you can always ask to add an > option to get the behaviour you want). Thanks Jonas, I agree that this is not likely to be considered a bug by GNU

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

[fpc-pascal] Re: large TFDSet in windows, select() and FD_XXX() functions - will this work?

2012-05-31 Thread Bernd
2012/5/31 Bernd : > I'm going to experiment with something like this: > > https://gist.github.com/2842807 > I just patched my local copy of lNet to use this unit after winsock2 and tried it with Windows XP professional in a virtual machine, I went even higher with the number and it continued work

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 _

[fpc-pascal] large TFDSet in windows, select() and FD_XXX() functions - will this work?

2012-05-31 Thread Bernd
I'm going to experiment with something like this: https://gist.github.com/2842807 Am I calling for trouble, did I forget something? According to some Google searching it seems other people have successfully done similar things in their C programs, has anybody here on this list already experiment

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

[fpc-pascal] fpimage blur

2012-05-31 Thread Mattias Gaertner
Hi, Is there a function to blur an entire fpimage or a rectangular area? Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Cross compiling x86_64 on i386 Linux.

2012-05-31 Thread Jonas Maebe
Bruce Tulloch wrote on Thu, 31 May 2012: On 31/05/12 01:40, Jonas Maebe wrote: That's correct. It seems that -XR isn't completely implemented on Linux in the compiler. Could you try, *instead* of using -XR, to use -k--sysroot=/full/path/to/crossroot/ ? I replaced the -XR option with