novomesk / qt-heic-image-plugin

Qt plug-in to allow Qt and KDE based applications to read/write HEIF/HEIC images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

About

Qt plug-in to allow Qt and KDE based applications to read/write HEIF/HEIC images.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 90.0%Language:CMake 5.2%Language:QMake 4.8%