ReneSlijkhuis / example-wic-applications

Some example projects that show how to use the Windows Imaging Component (WIC) for loading, saving and displaying images on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example WIC applications

These example C++ and C# projects show how to use the Windows Imaging Component (WIC) for loading, saving and displaying images on Windows

example_3

Requirements

  • Microsoft Windows 7 or later.
  • Microsoft Visual Studio 2015 or later.

Example 1

Language: C++
Description: Shows how to read an image using the Windows Imaging Component (WIC).

Example 2

Language: C#
Description: Shows how to save an image in a different file format using the Windows Imaging Component (WIC).

Example 3

Language: C#
Description: Shows how to display an image in a WPF Window using the Windows Imaging Component (WIC).

Example 4

Language: C#
Description: Shows how to read an image using the Windows Imaging Component (WIC).

Example 5

Language: C++
Description: Shows how to read image metadata using the Windows Imaging Component (WIC).

Example 6

Language: C#
Description: Similar as example 4 but it uses the NuGet package stakx.WIC instead of the Microsoft WicCop interop library.

Example 7

Language: C++
Description: Shows how to save an image by using a custom WIC codec.

License

Released under the MIT license.

About

Some example projects that show how to use the Windows Imaging Component (WIC) for loading, saving and displaying images on Windows

License:MIT License


Languages

Language:C# 84.6%Language:C++ 10.0%Language:C 5.0%Language:Batchfile 0.4%