Home

Awesome

Build status

FLIF Windows Codec

This plugin allows to decode and encode FLIF files in Windows aplications using the Windows Imaging Component (WIC) API. That allows e.g., to see the files in Windows PhotoViewer and Windows Explorer.

Build Instructions

  1. Open Visual Studio 2015 and open FlifWICCodec.sln
  2. Compile

Installation

  1. open an administrative command prompt
  2. navigate to folder with the FlifWICCodec.dll
  3. execute:
regsvr32 FlifWICCodec.dll

Uninstall

  1. open an administrative command prompt
  2. navigate to folder with the FlifWICCodec.dll
  3. execute:
regsvr32 -u FlifWICCodec.dll

Used Repositories