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')

◆ blendop_version

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

◆ darktablehistory

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

◆ darktablehistoryid

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

◆ 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"})

◆ enabled

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

◆ li

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

◆ mask

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

◆ maskid

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

◆ maskname

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

◆ masknb

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

◆ masksrc

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

◆ masktype

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

◆ maskversion

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

◆ modversion

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

◆ multi_name

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

◆ multi_priority

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

◆ operation

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

◆ params

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

◆ rdf

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

◆ styleroot

dtstyle_to_xmp.styleroot = styletree.getroot()

◆ styletree

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

◆ 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"})