Dirk Lemstra
Dirk Lemstra
@bastien-roucaries Is this resolved?
There is a document that describes the steps for contributing and building this repository but it might not have the best name. I just pushed a patch to rename the...
The way this option works is that it tells the tiff library to ignore the tags that you specified. There is no option to tell the library that it should...
The problem is not that there are unknown tiff tags. The problem is that one of those tiff tags is invalid and contains data that cannot be read by the...
That is out of my control. The library that is being used doesn't have an option to ignore these kind of errors.
Not doing the cast would force me to expose the `HuPhashList` that nobody will want to use. So I took this shortcut. Creating an interface for the `HuPhashList` is probably...
I just pushed a commit that uses a different approach to avoid the typecast.
This would be possible but I don't want to do this because this will probably result in the oss-fuzzer using it. We build all our dependencies from source and I...
I don't know when I will have time for this but it looks like you are still temporary installing ffmpeg? I don't mind waiting until you have removed this dependency...
Feel free to ping me if you need help with this.