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.
- Open Visual Studio 2015 and open FlifWICCodec.sln
- Compile
- open an administrative command prompt
- navigate to folder with the FlifWICCodec.dll
- execute:
regsvr32 FlifWICCodec.dll
- open an administrative command prompt
- navigate to folder with the FlifWICCodec.dll
- execute:
regsvr32 -u FlifWICCodec.dll