Very Basic application that allows to show and save files using the Windows Imaging Component (WIC) API. It shows animated GIF and, if the FlifWICCodec is installed, animated FLIF files. It also supports JPEG files and multipage TIFF.
It is based on Windows Imaging Component Animated GIF Win32 Sample
Every help ist wanted. Feel free to fork and send merge request.
Use your keyboard keys PageUp and PageDown to navigate between pages in a multipage TIFF. Use your keyboard keys Home and End to navigate to the first or last page of a multipage TIFF.
- Flif: https://github.com/peirick/FlifWICCodec
- WebP: https://developers.google.com/speed/webp/docs/webp_codec
- Open Visual Studio 2015 and open ZackViewer.sln
- Compile