Re: [darktable-dev] XMP Format in Dark Table - any docs?

2019-05-05 Thread Patrick Shanahan
* Gunther Wegner [05-05-19 08:24]: > Hi Jochen, > yes, I've also found out that some (longer) parameters are compressed via > gzip, and before encoded via base64. After decoding we end up with a hex > string. But what's inside the hex string should be documented somewhere. I > hope to get some in

Re: [darktable-dev] XMP Format in Dark Table - any docs?

2019-05-05 Thread Gunther Wegner
Hi Jochen, yes, I've also found out that some (longer) parameters are compressed via gzip, and before encoded via base64. After decoding we end up with a hex string. But what's inside the hex string should be documented somewhere. I hope to get some insights from the developers here. Greetings, G

Re: [darktable-dev] XMP Format in Dark Table - any docs?

2019-05-05 Thread Jochen Keil
Hello Gunther, glad to read that you're on this. I'd get LRTimelapse in an instant when there's support for darktable! I look into that issue myself and from what I found out I think the parameters are encoded in base 64: > https://github.com/darktable-org/darktable/blob/bf5651a71ae20333267ca3aa

[darktable-dev] XMP Format in Dark Table - any docs?

2019-05-05 Thread Gunther Wegner
Hi darktable Team, is there any documentation about the way, DT stores its values in the XMP files? >From what I know, XMP was intended to be an open, readable format which should allow to interface between different programs. Even if this mostly doesn't work, because most applications use their o