Lumia Imaging SDK Win2D Demo

The Lumia Imaging SDK Win2D Demo Sample is an example app that demonstrates how to combine Win2D effects with the Lumia Imaging effect. The sample also demonstrates how to draw text and shapes on an Image.

Compatibility

  • Compatible with Windows 10 and Windows 10 Mobile.
  • Developed with Visual Studio 2015.
  • Compiling the project requires Lumia Imaging SDK version 3.0.
  • Compiling the project requires Win2D.uwp version 1.2.

Design

The application loads an image, and a Lumia Imaging effect is created. When the OnCanvasControlDraw event is triggered, the rendering is completed.

NOTE: that it's not recommend to have async code in the OnCanvasControlDraw method since the drawingsession parameter will be disposed when leaving the function.

Mt598529.Win2DDemo(en-us,WIN.10).pngMt598529.Win2D-demo(en-us,WIN.10).png

See also

Lumia Imaging SDK Git repository

Lumia Imaging SDK Win2D Git project

This example application is hosted at GitHub, where you can check the latest activities, report issues, browse source, ask questions, or suggest changes to the project yourself.

Downloads

Zip-package of Lumia Imaging SDK Samples source code

Show: