Dirk Farin

Results 455 comments of Dirk Farin

First, note that `heif_image_set_nclx_color_profile` sets the nclx profile of the input image. This is not necessarily the same as the nclx profile in the output image. The profile to be...

> https://github.com/strukturag/libheif/blob/18d4e550ad7ee114fb95ba2256ee3e756174e92d/libheif/context.cc#L2573 > > I think this is due to this new line of code. Yes, right. I guess when no ICC is preset, we could save the nclx also...

I propose the following libheif change: - nclx is always saved into the MP4 container, even if also present in the compressed bitstream. This helps `heif_image_handle_get_preferred_decoding_colorspace` to determine the correct...

I'm doing all work in my private free time. Everyone is invited to send pull-requests or sponsor the development, so that I can allocate more time on it. This is...

No problem, I guess I was in a bad mood because I found out that a **huge** company is using my code in many of their products and violating the...

How about this, if you just want to do some experiments: Put the depth data into the alpha channel and then change the auxiliary-image ID from "urn:mpeg:hevc:2015:auxid:1" (alpha) to "urn:mpeg:hevc:2015:auxid:2"...

Thank you. Note that there is also some work for this in #1121. I will have a closer look at this when we switched to the v1.20.x branch and can...

Just for reference https://developer.apple.com/documentation/appkit/applying-apple-hdr-effect-to-your-photos

Right, thanks. That line was overlooked when I changed the return type from `bool` to `Error`. I have corrected it in the patch above. Note that there is currently not...

> Is this the same as [#1488](https://github.com/strukturag/libheif/issues/1488) / [#1371](https://github.com/strukturag/libheif/issues/1371)? Seems so... If it means repacking an existing stream without recompression, it is not on the roadmap yet.