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