1
0
mirror of https://github.com/prsyahmi/wic_heic.git synced 2026-06-13 23:44:59 +02:00
2026-04-19 00:31:39 +08:00
2026-04-19 00:12:19 +08:00
2026-04-18 22:48:32 +08:00
2025-08-13 08:23:52 +08:00
2025-08-13 22:01:48 +08:00
2026-04-19 00:31:39 +08:00
2026-04-19 00:31:39 +08:00
2026-04-18 23:43:37 +08:00
2022-09-19 03:34:02 +08:00
2025-08-13 22:01:48 +08: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.dll or (Build)\x86\Release\wic_heic.dll

Installation:

S
Description
Windows Imaging Component for HEIC file - Add ability for windows or other software to open HEIC files
Readme 1.5 MiB
Languages
C++ 96.7%
C 3.3%