Felix Crux
Felix Crux
That would be fantastically useful! Patches to expose `gexiv2_metadata_save_stream` (first via `gexiv2-sys` and then here) would be welcome.
Please go for it!
Hey! Thanks for the PR — I especially appreciate that you added example code for it :) Like I mentioned in #42, I'm not sure I'm understanding the root cause...
Hello! Thank you for these improvements! Are the copy optimization and the memory leak fix closely related, or would it be possible to land these changes separately — and is...
Thanks for the suggestion! It looks like they are already exposed via the underlying [`gexiv2-sys`](https://github.com/felixc/gexiv2-sys) FFI wrapper, which makes exposing them here simpler: https://github.com/felixc/gexiv2-sys/blob/f53a6da4a6bd1d3a35d207c8d72cd500b1c7009c/src/lib.rs#L156-L158 (It also means that if you...
Thanks for the clarification of where that extra metadata was coming from. In principle I agree it would be very desirable to be able to set/unset JPEG comments through this...
Hi, and thanks for the report! I'm not sure I'm understanding the issue correctly, though. It looks to me like `gexiv2_metadata_get_gps_info` in the code you linked to returns `FALSE` if...
Progress made in https://github.com/felixc/rexiv2/commit/0e49bafd8968179fe5ac5138d3acc311724fd022
@ajbeach2 Might that one be related to the `ALLOW_SPLIT_BEFORE_DICT_VALUE` setting? I think it looks a bit different from the original issue in the thread (but I don't know either way;...
I'm looking at how to work around this, but in the meantime I've also filed a bug upstream since I think the change in 0.12.2 may possibly have been unintentional:...