Re: [darktable-dev] Documentation

2023-06-20 Thread Mica Semrick
Howdy, I believe the docs are fixed now. On June 20, 2023 12:35:42 PM PDT, Heiko Bauke wrote: >Hi, > >Am 19.06.23 um 23:13 schrieb Mica Semrick: >> Hi, we are having some issues with the punishing automation. I've been >> working on it but haven't found the solution yet. > >I already suspected

Re: [darktable-dev] Documentation

2023-06-20 Thread Heiko Bauke
Hi, Am 19.06.23 um 23:13 schrieb Mica Semrick: Hi, we are having some issues with the punishing automation. I've been working on it but haven't found the solution yet. I already suspected that it might be an automation issue. Good to know that you are aware of this and already working on it.

Re: [darktable-dev] Documentation

2023-06-19 Thread Mica Semrick
Hi, we are having some issues with the punishing automation. I've been working on it but haven't found the solution yet. -m On June 19, 2023 1:38:20 PM PDT, Heiko Bauke wrote: >Hi, > >I am wondering what happened to the dt manuals. The manuals for dt 3.8, 4.0, >4.2 on https://www.darktable.or

Re: [darktable-dev] documentation: primary and secondary sort order

2021-04-26 Thread Mica Semrick
Hi, That's awesome, can you submit the patch as a PR on github? https://github.com/darktable-org/dtdocs -m On April 26, 2021 12:36:06 PM PDT, Solarer wrote: >Hi there, >I created a patch for the documentation because there was some weird >behaviour that could not be explained with the current

Re: [darktable-dev] Documentation

2019-09-26 Thread openhab.doc
Hello Julian, I'm not a darktable core member. I support the manual and have translated it into German. Because no one from the darktable team has answered your questions yet, I'll give it a try. If you like to help optimize and proofread the user manual you will need experience with git, gith

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,