Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prsyahmi/wic_heic
Windows Imaging Component for HEIC file - Add ability for windows or other software to open HEIC files
https://github.com/prsyahmi/wic_heic
heic image wic windows windows-imaging-component
Last synced: 16 days ago
JSON representation
Windows Imaging Component for HEIC file - Add ability for windows or other software to open HEIC files
- Host: GitHub
- URL: https://github.com/prsyahmi/wic_heic
- Owner: prsyahmi
- Created: 2022-09-19T04:37:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T23:00:44.000Z (about 2 years ago)
- Last Synced: 2024-08-02T12:24:21.439Z (4 months ago)
- Topics: heic, image, wic, windows, windows-imaging-component
- Language: C++
- Homepage:
- Size: 1.34 MB
- Stars: 109
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 `
- 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:
- For now there is no installer
- Download dll file from here: https://github.com/prsyahmi/wic_heic/releases
- Copy *.dll files into folder of your choice
- Open command as admin
- Execute `_install.bat` or by directly `regsvr32.exe wic_heic.dll`
- To uninstall execute `_uninstall.bat` or `regsvr32.exe /u wic_heic.dll`