LWN.net Logo

Darktable 1.1

Darktable 1.1

Posted Dec 6, 2012 12:14 UTC (Thu) by boucman2 (subscriber, #81743)
In reply to: Darktable 1.1 by gidoca
Parent article: Darktable 1.1

(darktab dev speaking here)

indeed, the order in which the modules are applied is fixed, this is done to maximize the final quality by minimizing the number of change in colorspace and resulting quantification artifacts

you can see the complete order by clicking on the selected group tab (thus unselecting it) the modules will all be displayed in the order in which they are applied (bottom to top)


(Log in to post comments)

Darktable 1.1

Posted Dec 6, 2012 20:54 UTC (Thu) by man_ls (subscriber, #15091) [Link]

This is very interesting. So DarkTable feautures non-destructive editing? You can deactivate any filter and you get back the original result, as opposed to Gimp? This seems incredibly useful. I just installed it, thanks!

Darktable 1.1

Posted Dec 7, 2012 5:02 UTC (Fri) by rgmoore (✭ supporter ✭, #75) [Link]

As I understand it, this is one of the key features of GEGL, which the article says is the technology underpinning Darktable and should be coming soon to a GIMP near you. The idea is that picture edits are treated as a directed acyclic graph, where the vertices are images and the edges are transformations. It can cache intermediate images to speed up processing, but the basic approach is to store the original image and the transformations rather than the final image.

Darktable 1.1

Posted Dec 7, 2012 16:22 UTC (Fri) by boucman2 (subscriber, #81743) [Link]

No, there was some experimenting with GEGL, but darktable isn't using GEGL yet.

your analysis of GEGL is correct, though

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds