qt-heif-image-plugin icon indicating copy to clipboard operation
qt-heif-image-plugin copied to clipboard

Qt plugin for HEIF images

Results 14 qt-heif-image-plugin issues
Sort by recently updated
recently updated
newest added

The current version as of March 18, 2024 (git log returns Mon Jun 22 14:12:15 2020 -0400) fails with: nomacs: QHeifHandler::read() failed to decode image: Unsupported feature: Unsupported codec dumageview:...

I can produce 64-bit libraries, but I cannot produce 32-bit libraries

Since its relatively simple to use this plugin with all of KDE it might be helpful to explain how to do it for users who need it before its added...

help wanted

Hello, @easymodo uses qt-heif-image-plugin in his qimgv viewer. Following file causes it to crash: http://188.121.162.14/libheif/oom-4a28c25c8f67b5c19ab742af5296370989f1f5ed.heif ![qimgv_crash](https://user-images.githubusercontent.com/52529860/134642417-ec74f55c-0ae1-4d8b-bd97-e8b2f5a6ef2d.png) I believe this crash is avoidable, files with undefined bit depth could be rejected...

it'd be pretty nice for my use case--bundling this with qView. It always reports -1, -1 for image size.

enhancement

There is following code in qheifhandler.cpp ``` if (w1 != "ftyp") { // not an ftyp box return Format::None; } // brand follows box name, determines format if (w2 ==...

bug

Those compiler warnings break MSVC builds, and I also had to add link and import directories for some reason.

The `qt-heif-image-plugin-0.3.3` successfully built against ` libheif-1.5.1` in Gentoo Linux. But in nomacs-3.12 or 3.14 the tested `.heic` file wasn't opened with message `Sorry, I couldn't load: sample.heic`. While `README.md`...

bug