Skip to content

Windows Imaging Component Codec for Free Lossless Image Format

Notifications You must be signed in to change notification settings

peirick/FlifWICCodec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Windows Imaging Component Codec for Free Lossless Image Format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published