Click here to Skip to main content
15,891,951 members
Articles / Desktop Programming / XAML

Image Processing in Metro

Rate me:
Please Sign up or sign in to vote.
3.35/5 (14 votes)
4 Apr 2012CPOL2 min read 63.8K   2.9K   24  
How to do third party image processing in new Metro style apps.
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             x:Class="MetroIP.App" />

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Starting with my NES in 1990, I've loved computers ever since. Writing video game hacks (the kinds for unlimited health and super-powerful guns mind you...I always purchase my software!) and webpages for fun in middle school, a college education in Computer Science and a career in software development was a lock.

Currently, I work as a web developer and technical writer and primarily use .NET.

Comments and Discussions