Lumia Imaging SDK projects ========================== ### Contents - [1. Quick start](#quickstart) - [2. Sample projects](#samples) - [3. Lumia Imaging SDK Extras](#extras) - [3.1. Philosophy](#philosophy) - [3.2. Managed (C#/.NET)](#managed) - [3.2.1 Layer system](#layers) - [3.2.2 Image sources/effects](#sources) - [3.2.3 Utility code](#utility) - [4. Reference](#reference) ## 1. Quick start Quick Start is a sample project accompanying the tutorial that helps to get your first app that utilizes the Lumia Imaging SDK up and running. This sample implements the following basic tasks: picking an image from the camera roll, applying an effect to it, and processing the filtered image to be rendered and saved as a full resolution JPEG.
Samples | |
---|---|
Edit Showcase | Edit Showcase is an example app that demonstrates the use of effects on still images. The photo is processed with the predefined effects. In addition, custom controls are implemented for manipulating the effect properties in real time. The processed image can be saved in the JPEG format into the camera roll. |
Video Effect | Video Effect sample is an example app that demonstrates the capabilities and performance of the Lumia Imaging SDK by allowing the user to preview and apply a number of real-time effects to camera preview. The effects are applied to the stream received from the camera and shown in the viewfinder. The effects can be changed using the buttons in the application bar. This example app supports recording and capturing of videos and photos. |
Lumia Imaging SDK and Win2D Demo | Lumia Imaging SDK and Win2D Demo is an example app that demonstrates the use of the Lumia Imaging SDK together with the Win2D API. |
Image Sequencer | Image Sequencer is an example app that demonstrates the use of the Image Aligner and GIF Renderer APIs for creating Cinemagraph-style animations in the animated GIF format. There are also some example image sequences that can be used as a basis for the alignment and animation. |
Custom Effect Sample | Custom Effect sample demonstrates how to create Custom Effects to do image manipulation both on the CPU and the GPU. |