Brad Hards
Brad Hards
@kmilos what version of doxygen are you using?
The deprecations can be partly avoided by updating the Doxyfile.in, but that would require everyone upgrade - those tags became obsolete in new versions. I thought Ubuntu 22.04 (which is...
> I guess just live w/ the warnings then until it's time to update the Doxyfile (Ubuntu 22.04 becomes the oldest supported LTS)? Definitely not ideal, but probably the least-worst...
> > b. Specifying the construction method (store in mdat or idat) > > This is still missing. Why do we need this? One case is to trade off which...
I think we always want to build the data with `ftyp` -> `meta` -> `mdat` (and since its just an offset into the file, multiple `mdat` can always be collapsed)....
> API is available now in `heif_items.h` (look in `develop-v1.18.0` branch). I need to do more review when I am less tired, but wanted to flag this part: ``` C++...
I've been trying out the API as unit tests - will submit a PR for some suggested changes in a bit. I've hit a problem with the implementation. Unit test:...
> It is expected result that this test fails. Writing and reading from the same context is not supported. OK. For the unit test, I can write it out to...
I did the conversion to write out the file. It fails to read back in for a few different reasons: 1. Invalid `ftyp` box. There is no API to set...
I was more thinking about compatibility with CSW (and because my client infrastructure already supports tags...). My concern with arbitrary additional properties is that its an interoperability problem - should...