Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novomesk/qt-heic-image-plugin
Qt plug-in to allow Qt and KDE based applications to read/write HEIF/HEIC images.
https://github.com/novomesk/qt-heic-image-plugin
heic heif imageformats kde qt
Last synced: about 2 months ago
JSON representation
Qt plug-in to allow Qt and KDE based applications to read/write HEIF/HEIC images.
- Host: GitHub
- URL: https://github.com/novomesk/qt-heic-image-plugin
- Owner: novomesk
- License: lgpl-2.1
- Created: 2021-02-08T17:02:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T14:03:57.000Z (4 months ago)
- Last Synced: 2024-09-09T17:02:38.796Z (4 months ago)
- Topics: heic, heif, imageformats, kde, qt
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 27
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qt-heic-image-plugin
Qt plug-in to allow Qt and KDE based applications to read/write HEIF/HEIC images.Requirements:
* Qt 5.14
* [libheif](https://github.com/strukturag/libheif) 1.10.0 with
* libde265 decoder
* x265 encoder (built with 8bit and 10bit support)Code for download and compilation:
```
git clone --depth 1 https://github.com/novomesk/qt-heic-image-plugin.git
cd qt-heic-image-plugin
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
```
Code for installation (run as root):`make install`