peirick / ZackViewer

Show and convert GIF, PNG, JPG, TIF and other imgefiles using the Windows Imaging Component (WIC) API. It Suports animated and multipage images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZackViewer

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

Contribution

Every help ist wanted. Feel free to fork and send merge request.

Help

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.

Install WIC-Codecs to get support for more image formats

Build Instructions

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

About

Show and convert GIF, PNG, JPG, TIF and other imgefiles using the Windows Imaging Component (WIC) API. It Suports animated and multipage images.


Languages

Language:C++ 99.6%Language:C 0.4%