Jake Harr
Jake Harr
@andykent Thanks for your branch! I made a comment [here](https://github.com/portal-labs/opusfile/commit/3c8cfe531f5c62d0328c80d26e9e594e99172656#r61469655) because it looks like it requires exactly 16 channels. I was going to suggest a PR, but I suspect that,...
Thanks for reporting this. This is clearly a bug. It was commented [here](https://codereview.qt-project.org/236077) that maybe it would be better to use libheif to check this header info, but I haven't...
This sounds great! Could you make a PR? I have limited time right now, and I don't have a KDE test environment ready to go. Instead of adding instructions, though,...
For future reference: https://doc.qt.io/qt-5/qimageiohandler.html#ImageOption-enum
Interesting. I also had trouble with libheif 1.5.x on Ubuntu, but everything was magically fixed when the libheif PPA updated to 1.6, so I completely forgot about it. Prior to...
Thanks for the thorough investigation! As a quick workaround, what do you think about using 24-bit `heif_chroma_interleaved_RGB` and `QImage::Format_RGB888` based on what `heif_get_version_number()` returns? Or is that not worth the...
That's fine. Thanks anyhow. I'll keep this open for now, in case there's interest in getting libheif 1.5.x to work.
Are you able to build from master and test that? None of the releases have #18 merged in.
Please review this carefully. The mouse event handlers in `ImageView` don't check the button, so this change, as is, might affect those. One of the following might be necessary: *...