- Notifications
You must be signed in to change notification settings - Fork1
Some example projects that show how to use the Windows Imaging Component (WIC) for loading, saving and displaying images on Windows
License
ReneSlijkhuis/example-wic-applications
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
These example C++ and C# projects show how to use the Windows Imaging Component (WIC) for loading, saving and displaying images on Windows
- Microsoft Windows 7 or later.
- Microsoft Visual Studio 2015 or later.
Language: C++
Description: Shows how to read an image using the Windows Imaging Component (WIC).
Language: C#
Description: Shows how to save an image in a different file format using the Windows Imaging Component (WIC).
Language: C#
Description: Shows how to display an image in a WPF Window using the Windows Imaging Component (WIC).
Language: C#
Description: Shows how to read an image using the Windows Imaging Component (WIC).
Language: C++
Description: Shows how to read image metadata using the Windows Imaging Component (WIC).
Language: C#
Description: Similar as example 4 but it uses the NuGet packagestakx.WIC instead of the Microsoft WicCop interop library.
Language: C++
Description: Shows how to save an image by using acustom WIC codec.
Released under theMIT license.