Re: [darktable-dev] Documentation on writing a new module

2015-11-19 Thread Caio S. Souza
Thanks, Johannes and Tobias! I never thought a module called "useless" would be so useful =D I plan to write a module with some more advanced control over b&w conversion and a new mask based on luminosity. Cheers -- Caio S. Souza Laboratório de Biologia Teórica e Computacional Universidade de Bra

Re: [darktable-dev] Documentation on writing a new module

2015-11-19 Thread Tobias Ellinghaus
Am Donnerstag, 19. November 2015, 12:42:00 schrieb Caio S. Souza: > Hello, > Is there any documentation or hints on how to write a new module for > Darktable? > > Thanks in advance In darktable there are two kinds of modules: image processing ("iop" for short) and all the others, like those on l

Re: [darktable-dev] Documentation on writing a new module

2015-11-19 Thread johannes hanika
this is probably as close as it gets: https://github.com/darktable-org/darktable/blob/master/src/iop/useless.c and should get you started. for more features it's probably best to look through the other modules as needed. what in particular would you like to be working on if i may ask? cheers,