Brad Hards

Results 306 comments of Brad Hards

I've redone the merge, adopting the new define. Looks like I need to do a bit more work though.

I had hoped to use the xeve and xevd implementations for the codec, but they don't look like they are ready for production use. So I've moved on, and didn't...

It looks like we just need to add the auxiliary image to each of the parents. Might be some complexity with loop detection, but will check that. One question before...

@leo-barnes Can you share those additional test files?

I've got it to a "less broken" stage: ``` $ ./build/examples/heif-info ./file_with_shared_everything.heic MIME type: image/heic main brand: heic compatible brands: heic, mif1 image: 512x384 (id=1), primary colorspace: YCbCr, 4:2:0 bit...

Have updated the implementation. ``` ./examples/heif-info ../file_with_shared_everything.heic MIME type: image/heic main brand: heic compatible brands: heic, mif1 image: 512x384 (id=1), primary colorspace: YCbCr, 4:2:0 bit depth: 8 thumbnail: 128x96 color...

Libheif has its own cmake configuration. Does it work if you use that?

> How can I use Libheif's cmake with libde265? As I understand, I need to install libde265 separately Yes. Perhaps I don't understand the problem you have. Do you not...

> > > How can I use Libheif's cmake with libde265? As I understand, I need to install libde265 separately > > > > > > Yes. Perhaps I don't...

You have a few options. If you are able to use Java 21 with preview features, you can see https://github.com/bradh/libheif-jextract for a demo.