Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`