Harald Kuhr

Results 147 comments of Harald Kuhr

New stream support is out in the 3.9.0 release. Feel free to give it a try and report back! 😀

Arrright, Sooo... There's XMP involved. It might actually be easier to just use [Adobe's XMP toolkit](http://www.adobe.com/devnet/xmp.html). It's actually (believe it or not) BSD licensed. At least have a look at...

Can't say how good or "heavy" the Adobe XMP implementation really is, however the spec is quite heavy, so implementing it completely will take some time... But we might be...

All right! Here's what I've found so far: The "marketing-keywords.tif" is slightly mangled (seems it didn't survive the byte order change, but that is likely Adobe's fault), did you use...

Okay, good stuff! I can find the source and keywords in both IPTC and XMP (IPTC source is photoshop:source in XMP, IPTC keywords is dc:subject, both as expected). Also the...

We'll have to make sure we pass any metadata along to the new image, so we don't lose any information. So I don't think it will matter much if we...

Good stuff! I'm taking the kids to the grandparents for the weekend, so I won't be able to do anything more before Monday. Have done some necessary changes to IPTC...

Hi Jason, Sorry for late reply. I'll try to answer (at least some of) your questions. :-) - You are absolutely right, it should be "DigitalZoomRatio" (fixed, will push later,...

Hehe.. ;-) Okay, sorry, I though you knew about those classes... But, yes, I think that really is most of what you need. It's basically the writing part that is...

Okay, Just pushed a few changes. You want to sync as soon as possible. Sorry. ;-) Important bits: An abstract `MetadataWriter` class for your `XMPWriter` to extend. And a companion...