Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dtstyle_to_xmp Namespace Reference

Variables

 styletree = ET.parse(argv[1]) or die("This doesn't work for me")
 
 styleroot = styletree.getroot()
 
 xmpmeta
 
 rdf = ET.SubElement(xmpmeta,"rdf:RDF",{"xmlns:rdf":"http://www.w3.org/1999/02/22-rdf-syntax-ns#"})
 
 description
 
 maskid = ET.SubElement(description,"darktable:mask_id")
 
 masktype = ET.SubElement(description,"darktable:mask_type")
 
 maskname = ET.SubElement(description,"darktable:mask_name")
 
 maskversion = ET.SubElement(description,"darktable:mask_version")
 
 mask = ET.SubElement(description,"darktable:mask")
 
 masknb = ET.SubElement(description,"darktable:mask_nb")
 
 masksrc = ET.SubElement(description,"darktable:mask_src")
 
 darktablehistory = ET.SubElement(description,"darktable:history")
 
 darktablehistoryid = ET.SubElement(darktablehistory,"rdf:Seq")
 
 enabled = plugins.find('enabled')
 
 li = ET.SubElement(darktablehistoryid,"rdf:li")
 
 modversion = plugins.find('module')
 
 operation = plugins.find('operation')
 
 params = plugins.find('op_params')
 
 blendop_params = plugins.find('blendop_params')
 
 blendop_version = plugins.find('blendop_version')
 
 multi_name = plugins.find('multi_name')
 
 multi_priority = plugins.find('multi_priority')
 

Variable Documentation

◆ blendop_params

dtstyle_to_xmp.blendop_params = plugins.find('blendop_params')

Definition at line 107 of file dtstyle_to_xmp.py.

◆ blendop_version

dtstyle_to_xmp.blendop_version = plugins.find('blendop_version')

Definition at line 111 of file dtstyle_to_xmp.py.

◆ darktablehistory

dtstyle_to_xmp.darktablehistory = ET.SubElement(description,"darktable:history")

Definition at line 85 of file dtstyle_to_xmp.py.

◆ darktablehistoryid

dtstyle_to_xmp.darktablehistoryid = ET.SubElement(darktablehistory,"rdf:Seq")

Definition at line 86 of file dtstyle_to_xmp.py.

◆ description

dtstyle_to_xmp.description
Initial value:
1= ET.SubElement(rdf,"rdf:Description",{"rdf:about":"",
2 "xmlns:xmp":"http://ns.adobe.com/xap/1.0/",
3 "xmlns:xmpMM":"http://ns.adobe.com/xap/1.0/mm/",
4 "xmlns:dc":"http://purl.org/dc/elements/1.1/",
5 "xmlns:darktable":"http://darktable.sf.net/",
6 "xmp:Rating":"0",
7 "xmpMM:DerivedFrom":"PureAwesome.raw",
8 "darktable:xmp_version":"2",
9 "darktable:raw_params":"0",
10 "darktable:auto_presets_applied":"1"})

Definition at line 59 of file dtstyle_to_xmp.py.

◆ enabled

dtstyle_to_xmp.enabled = plugins.find('enabled')

Definition at line 90 of file dtstyle_to_xmp.py.

◆ li

dtstyle_to_xmp.li = ET.SubElement(darktablehistoryid,"rdf:li")

Definition at line 92 of file dtstyle_to_xmp.py.

◆ mask

dtstyle_to_xmp.mask = ET.SubElement(description,"darktable:mask")

Definition at line 79 of file dtstyle_to_xmp.py.

◆ maskid

dtstyle_to_xmp.maskid = ET.SubElement(description,"darktable:mask_id")

Definition at line 71 of file dtstyle_to_xmp.py.

◆ maskname

dtstyle_to_xmp.maskname = ET.SubElement(description,"darktable:mask_name")

Definition at line 75 of file dtstyle_to_xmp.py.

◆ masknb

dtstyle_to_xmp.masknb = ET.SubElement(description,"darktable:mask_nb")

Definition at line 81 of file dtstyle_to_xmp.py.

◆ masksrc

dtstyle_to_xmp.masksrc = ET.SubElement(description,"darktable:mask_src")

Definition at line 83 of file dtstyle_to_xmp.py.

◆ masktype

dtstyle_to_xmp.masktype = ET.SubElement(description,"darktable:mask_type")

Definition at line 73 of file dtstyle_to_xmp.py.

◆ maskversion

dtstyle_to_xmp.maskversion = ET.SubElement(description,"darktable:mask_version")

Definition at line 77 of file dtstyle_to_xmp.py.

◆ modversion

dtstyle_to_xmp.modversion = plugins.find('module')

Definition at line 95 of file dtstyle_to_xmp.py.

◆ multi_name

dtstyle_to_xmp.multi_name = plugins.find('multi_name')

Definition at line 115 of file dtstyle_to_xmp.py.

◆ multi_priority

dtstyle_to_xmp.multi_priority = plugins.find('multi_priority')

Definition at line 122 of file dtstyle_to_xmp.py.

◆ operation

dtstyle_to_xmp.operation = plugins.find('operation')

Definition at line 99 of file dtstyle_to_xmp.py.

◆ params

dtstyle_to_xmp.params = plugins.find('op_params')

Definition at line 103 of file dtstyle_to_xmp.py.

◆ rdf

dtstyle_to_xmp.rdf = ET.SubElement(xmpmeta,"rdf:RDF",{"xmlns:rdf":"http://www.w3.org/1999/02/22-rdf-syntax-ns#"})

Definition at line 58 of file dtstyle_to_xmp.py.

◆ styleroot

dtstyle_to_xmp.styleroot = styletree.getroot()

Definition at line 53 of file dtstyle_to_xmp.py.

◆ styletree

dtstyle_to_xmp.styletree = ET.parse(argv[1]) or die("This doesn't work for me")

Definition at line 48 of file dtstyle_to_xmp.py.

◆ xmpmeta

dtstyle_to_xmp.xmpmeta
Initial value:
1= ET.Element("x:xmpmeta",{"xmlns:x":"adobe:ns:meta/",
2 "x:xmptk":"XMP Core 4.4.0-Exiv2"})

Definition at line 56 of file dtstyle_to_xmp.py.