Coder Social home page Coder Social logo

kondenzator / wic_heic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prsyahmi/wic_heic

0.0 1.0 0.0 1.37 MB

Windows Imaging Component for HEIC file - Add ability for windows or other software to open HEIC files

C++ 96.17% C 3.62% Batchfile 0.20%

wic_heic's Introduction

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:

  • 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

wic_heic's People

Contributors

prsyahmi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.