Projects/Digikam/Modular Workflow: Difference between revisions

    From KDE TechBase
    (Created page with "The Modular Workflow interface will help users to connect a series of common activities in a logical order. Users can build custom workflows based on their preferences. Each e...")
     
    mNo edit summary
     
    Line 5: Line 5:
    ** manage metatags
    ** manage metatags
    ** post process)
    ** post process)
    * Image processing functions (
    * Image processing functions
    ** local contrast
    ** local contrast
    ** brightness/contrast
    ** brightness/contrast
    ** etc.)
    ** etc.
    * Import/export modules
    * Import/export modules
    * Logical flow control (e.g. if histogram skew has positive skew, apply this curve)
    * Logical flow control (e.g. if histogram skew has positive skew, apply this curve)

    Latest revision as of 03:00, 28 November 2012

    The Modular Workflow interface will help users to connect a series of common activities in a logical order. Users can build custom workflows based on their preferences. Each element, or node, in the workflow view can contain child objects. Nodes can include the following types:

    • Workflow processes
      • georeference
      • manage metatags
      • post process)
    • Image processing functions
      • local contrast
      • brightness/contrast
      • etc.
    • Import/export modules
    • Logical flow control (e.g. if histogram skew has positive skew, apply this curve)
      • Iterators
      • If, else, else if
      • Not, or, contains, etc..
      • User interjection/manual override (e.g. which of these two outcomes looks better?)

    Workflows can branch and flow, and may contain multiple possible outputs. Users can save workflow graphs for future modification and re-use.