Re: [darktable-devel] Porting GIMP plugins to DT modules

2014-01-07 Thread johannes hanika
i guess most of it is about porting to our scale/region of interest dependent process() pipeline. the rest of the glue code can be found in src/iop/useless.c or src/iop/useless_simple.c (the tutorial modules). of course an opencl port would be great once the rest works, to avoid swapping to CPU a

[darktable-devel] Porting GIMP plugins to DT modules

2014-01-07 Thread Moritz Moeller
Has anyone done any work in this direction? There are a few Gimp filters that I'd really like to have in DT, particularly focus blur and some implementations of recent black and white conversion algorithms from SIGGRAPH. Any pointers to what is needed; how to approach this best? I would just go t