nokia imaging sdk 1.0

14
Windows Phone 8 Nokia Imaging SDK 1.0 @JosueYeray [email protected] www.geeks.ms/blogs/jyeray

Upload: josue-yeray-julian-ferreiro

Post on 10-May-2015

2.437 views

Category:

Technology


1 download

DESCRIPTION

A rapid look at Nokia Imaging SDK 1.0 version. The changes, the filters, how to use it... in a few slides.

TRANSCRIPT

Page 1: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

@JosueYeray

[email protected]

www.geeks.ms/blogs/jyeray

Page 2: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

Page 3: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

A set of tools for image manipulation

Using RAJPEG Technology for partial Jpeg decoding

52 predefined filters ready to use

Page 4: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

RAJPEG

A technology by SCALADO

Stands for Random Access Jpeg

Improve memory usage

Parallel processing

License free!!

Page 5: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

USED IN REAL APPS

Nokia uses Imaging SDK in their own Apps

Smart Camera

Cinemagraph

Creative Studio

Page 6: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

Page 7: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

Page 8: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0 1.0

Page 9: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

USE IT IN EVERY WINDOWS PHONE 8

Free to use with attribution: You don’t need to pay license fees to Nokia for using Imaging SDK, is totally free.

Page 10: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

HOW TO USE? 4 EASY STEPS

Install the package from NuGet (or using Manage NuGet Packages)

1. Create a FilterEffect instance to add filters to it.

2. Select the filters you want and instance them.

3. Add your filters to the Filters property of the FilterEffect instance

4. Create a Renderer instance and render your FilterEffect instance!

Page 11: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

UNLIMITED UNDO

As long as you preserve the list of applied effects.

You can remove an effect from the list and render the image again

Page 12: Nokia Imaging SDK 1.0

Windows Phone 8Nokia Imaging SDK 1.0

(or at least, show me a demo!)

Page 13: Nokia Imaging SDK 1.0

More info…MVVMGOOD PRACTICESXAMLSTYLES & TEMPLATESSYSTEM INTEGRATIONCOMMUNICATIONSNFC & BLUETOOTHSENSORSAND MUCH MORE… (550 pages)

13bit.ly/wp8book

Page 14: Nokia Imaging SDK 1.0

THANKS!QUESTIONS?

Twitter

E-Mail

Blog

@JosueYeray

[email protected]

www.geeks.ms/blogs/jyeray

Windows Phone 8Nokia Imaging SDK 1.0