Joachim Bauch

Results 198 comments of Joachim Bauch

> The IPTC group is very closed, unfortunately. I'm assuming the ISO that defined the HEIF standard is not much better...

So the solution would be to support XMP metadata (which we already do afaik) and have a small wrapper that can convert between IPTC and XMP? That wrapper wouldn't even...

The includes are updated now. I will do the Travis integration in a separate PR but already added the `cpplint` configuration. Manual checking can be done using ```bash $ find...

@yu-str / @Ivansss: could you please provide some hints on how to compile for iOS? Could you please share the `configure` and `make` commands you used for compiling libde265?

If you want to cross-compile using `configure`, you will also have to pass `--host=`. Examples on cross-compiling libraries for iOS can be found here (just did a quick search on...

You could use the YUV2RGB conversion from libde265.js as a first start: https://github.com/strukturag/libde265.js/blob/40432e31d42ad10bf23e8aa210648c893a522285/post.js#L468

Both `heif_context_read_from_file` and `heif_context_read_from_memory` internally read from a reader object: https://github.com/strukturag/libheif/blob/d2b412553346c8cb057a9fe8a966a2471e732474/libheif/heif_file.cc#L80 https://github.com/strukturag/libheif/blob/d2b412553346c8cb057a9fe8a966a2471e732474/libheif/heif_file.cc#L87 Could you provide the full stack trace, ideally with variables? If reading with libheif works, it's probably a...

Should use `heif_nclx_color_profile_free` instead of the `delete`: https://github.com/strukturag/libheif/blob/64d9ab99ce7ea8876700c034b19bbc8dd773ae0b/libheif/heif.h#L836

Which version of libde265.js is used? Could you please provide a sample file and a demo setup so we can reproduce the error? cc @farindk