I’m trying to analyze a large batch of xmp files, and can’t figure out how to expand the parameters.
<rdf:li
darktable:num="15"
darktable:operation="temperature"
darktable:enabled="1"
darktable:modversion="3"
darktable:params="ca63f53f0000803fefebcb3f0000807f"
darktable:multi_name=""
darktable:multi_priority="0"
darktable:iop_order="3.0000000000000"
darktable:blendop_version="9"
darktable:blendop_params="gz11eJxjYGBgkGAAgRNODGiAEV0AJ2iwh+CRyscOAAdeGQQ="/>
I’ve put together a small node utility that imports @wmakeev/darkroom-xmp-tools, but that only covers 9 operations. When it works, it’s perfect:
I’ve tried setting this, but no changes when I saved a new file.
Is there a way of getting around this compression?
Thanks,
Tac