Hello,

I finish my first module called "mosaic". This module creates a mosaic over
the image to hide some confidential information (use masks to restrict the
area).

- link to download the module
https://www.dropbox.com/s/i9sn3lrek67m56p/mosaic.c?dl=0

-
​ copy this file to <darktable-src>/src/iop


- in <darktable-src>/src/iop/CMakeLists.txt, add the red line below:

add_iop(finalscale "finalscale.c")
add_iop(globaltonemap "globaltonemap.c")
add_iop(bilat "bilat.c")

add_iop(denoiseprofile "denoiseprofile.c")
add_iop(defringe "defringe.c")
add_iop(ashift "ashift.c")
add_iop(hazeremoval "hazeremoval.c")
add_iop(mosaic "mosaic.c")
​

- recompile and installing the darktable

​Best regards.​

-- 
Jefferson Ferreira

___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to