Re: [Gimp-developer] GPU-accelerated Image Filtering w/ CUDA

2010-09-04 Thread Sven Neumann
On Thu, 2010-09-02 at 20:37 -0400, Alan wrote: > Hi all, > > It sounds like CUDA is not ideal for GIMP, but individuals on this list > might be personally interested in it (it is free, just not OSS, might be > good for plugin devel). I pushed my code into a git repo: > > http://github.com/etot

Re: [Gimp-developer] GPU-accelerated Image Filtering w/ CUDA

2010-09-02 Thread Alan
Hi all, It sounds like CUDA is not ideal for GIMP, but individuals on this list might be personally interested in it (it is free, just not OSS, might be good for plugin devel). I pushed my code into a git repo: http://github.com/etotheipi/CUDA_Image_Convolution Keep in mind that the state o

Re: [Gimp-developer] GPU-accelerated Image Filtering w/ CUDA

2010-08-29 Thread Dov Grobgeld
Alan, You're code certainly sounds very useful, and I would love to see it open sourced. May I suggest, as was already stated, that you decide upon a license, find a name for your library, and then open a github ( http://github.com) account (or any other free hosting) where you upload the code. Wh

Re: [Gimp-developer] GPU-accelerated Image Filtering w/ CUDA

2010-08-29 Thread Øyvind Kolås
On Sun, Aug 29, 2010 at 11:40 PM, Alan Reiner wrote: > I forgot that CUDA is not OSS.  We don't have to worry about that because we > only use it for in-house simulations.  I only remembered it was free for > such use. > > I know that similar stuff can be done with OpenGL, but that's a completely

Re: [Gimp-developer] GPU-accelerated Image Filtering w/ CUDA

2010-08-29 Thread Alan Reiner
I forgot that CUDA is not OSS. We don't have to worry about that because we only use it for in-house simulations. I only remembered it was free for such use. I know that similar stuff can be done with OpenGL, but that's a completely different beast. There's also OpenCL but I don't know anything

Re: [Gimp-developer] GPU-accelerated Image Filtering w/ CUDA

2010-08-29 Thread Jon Nordby
On 29 August 2010 20:13, Alan Reiner wrote: > This is a long message, so let me start with the punchline:  *I have a > lot of CUDA code that harnesses a user's GPU to accelerate very tedious > image processing operations, potentially 200x speedup.  I am ready to > donate this code to the GIMP proj

Re: [Gimp-developer] GPU-accelerated Image Filtering w/ CUDA

2010-08-29 Thread Jacopo Corzani
On 08/29/2010 08:13 PM, Alan Reiner wrote: > This is a long message, so let me start with the punchline: *I have a > lot of CUDA code that harnesses a user's GPU to accelerate very tedious > image processing operations, potentially 200x speedup. I am ready to > donate this code to the GIMP projec