mirror of
https://github.com/prsyahmi/wic_heic.git
synced 2026-06-13 23:44:59 +02:00
Windows Imaging Component for HEIC file
This software add support to open heic files in windows or other software like IrfanView.
This software uses libheif (https://github.com/strukturag/libheif)
How to build
Requirements:
- CMake
- Visual Studio C++ Compiler v14
- nasm
Steps:
- This repository contains submodule for 3rd party libs, clone with
git clone --recurse-submodules <url> - Build 3rd party component (
wic_heic\3rdparty\build.bat) - Build solution
- The resulting files will be at
(Build)\[ARCH]\[TARGET]\wic_heic.dllor(Build)\x86\Release\wic_heic.dll
Installation:
- Download msi installation from: https://github.com/prsyahmi/wic_heic/releases
Languages
C++
96.7%
C
3.3%