SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
LUMIA APP LABS
NOKIA IMAGING SDK 1.1.
What is Nokia Imaging SDK
•
•
•
•
•

Native library, available for 3rd party developers and supports all
Windows Phone 8, Windows 8.1/RT devices
Includes more than 50 ready to use image processing filters and
effects, with various adjustment parameters
Supports creation of the totally custom filters
Accessible from C#, VB and C++ Projects
Library doesn’t require special knowledge of image processing
algorithms or techniques
What is Nokia Imaging SDK
•
•
•
•
•

Filters and effects can be combined sequentially
Parameters of the filters can be changed without rebuilding
rendering pipeline
Supports compressed (Jpeg) and uncompressed images as
input and output
Directly supports various source types: bitmaps, streams, files
and camera viewfinder
Partial JPEG decoding - using RAJPEG technology, access
image data without decoding a whole JPEG image for a fast
previews, application of effects, rotation, and cropping of high
resolution images.
What’s new in the 1.1 version

•

Support for Windows 8.1/RT Devices
HDR Effect
Lens Blur Effect (Bokeh)
Interactive Foreground Segmenter

•

Alpha to Grayscale Filter

•
•
•
Apps using Nokia Imaging SDK
spaceselfie

Picura

Gigapixel image browser
(wiki article)

http://developer.nokia.com/community/wiki/Apps_that_use_the_
Nokia_Imaging_SDK
Windows 8.1 / RT Devices
•

Supported architectures
•

•

Single Codebase
•

•

ARM and x86
API and architecture of Imaging SDK is
identical between Windows Phone and
Windows 8.1 /RT

Difference
•

Working with live camera preview is slightly
different
HDR Effects
•
•

Simulates results of HDR Photography
Adjustable parameters: Gamma, Strength, Saturation and Noise Level
Segmenter / Lens Blur
•
•

Defining (“Segmenting”) areas on the image and applying different effects
Lens Blur with various pre-defines and customizable kernel shapes
List of Filters and Effects I
Antique

Auto Enhance

Auto Levels

Blend

Blur

Brightness

Cartoon

Color Adjust

Color Boost

Colorization

Color Swap

Contrast

Crop

Curves

Despeckle

Emboss

Exposure

Flip
List of Filters and Effects II
Fog

Foundation

Frame

Free Rotation

Grayscale

Grayscale Negative

Hue Saturation

Image Fusion

Levels

Local Boost

Lomo

Magic Pen

Milky

Mirror

Mono Color

Moonlight

Negative

Noise
List of Filters and Effects III
Oily

Paint

Posterize

Sepia

Sharpness

Sketch

Solarize

Split Tone

Spotlight

Stamp

Step Rotation

Temperature and Tint

Vignetting

Warp

Watercolor

White Balance

ChromaKey
General Architecture Overview
•

Library contains three architectural building blocks:
•

•

•
•
•

Image sources (such as bitmaps, streams,
files)
Effects (such as 50+ various filters, including
custom)
Renderers (outputs bitmaps or files)

Combining these building blocks, developer creates
rendering pipeline
Once pipeline is created, it is possible to change filter
parameters, or their sequence.

Image Source
Filter Effects
Cartoon Filter
Fog Filter
Contrast Filter

Renderer
Image Source
•
•

•

Often placed at the beginning of the processing pipeline.
Originates an image in some way, e.g. by generating or
loading it from storage, and sets it up to be used further in the
processing pipeline.
In order to provide this conceptual “image” to the processing
pipeline, all image sources implement the interface
IImageProvider.

Image Source
Filter Effects
Cartoon Filter
Fog Filter
Contrast Filter

Renderer
Effects
•
•

Effects process the image in some way, and are the largescale building blocks of the processing pipeline.
There are several implementations of effects:

Image Source
Filter Effects

•
•
•
•

FilterEffect
DelegatingFilterEffect
HDREffect
LensBlurEffect

Cartoon Filter
Fog Filter
Contrast Filter

Renderer
Renderers
•
•
•

In the rendering stage, the processing set up by the pipeline
is actually performed, and a resulting image is created.
Depending on the required output, SDK can render resulting
image as bitmap or compressed Jpeg.
There are three renderers, provided by SDK
•

•

•

BitmapRenderer: outputs
Nokia.Graphics.Imaging.Bitmap
JpegRenderer: outputs
Windows.Storage.Streams.IBuffer
WriteableBitmapRenderer: outputs
WriteableBitmap

Image Source
Filter Effects
Cartoon Filter
Fog Filter
Contrast Filter

Renderer
Nokia Imaging SDK Libraries
•
•
•

•

SDK can be installed with the NuGet for individual projects
It is important to reference correct architecture in your project:
X86 for the Emulator and ARM for Device deployment
Make sure that in the Project’s Configuration Manager, there will
remain only X86 and ARM platforms. “Any CPU” platform
should be removed
Remember: Nokia Imaging SDK library is going to be included
into your final XAP file
General Overview of Required Steps
•
•
•
•
•
•
•
•
•
•

Step 1: Include Nokia Imaging SDK Libraries into your project
Step 2: Prepare source image: uncompressed image as WriteableBitmap,
AudioVideoCaptureDevice or compressed image as IBuffer, StorageFile
Step 3: Create image source as instance of IImageSource
Step 4: Create enumeration (such as IList) of filters instances IFilter in required sequence
Step 5: Create FilterEffect with associated IImageSource instance
Step 6: Attach enumeration of IFilter the FilterEffect
Step 7: Create renderer with associated FilterEffect and target output
Step 8: Use asynchronous methods RenderAsync in order to generate output
Remember: official documentation is part of the Lumia Developer Library
http://developer.nokia.com/imaging
DEMO AND HANDS-ON
NOKIA IMAGING SDK 1.1.
Create an outstanding imaging app
and win a trip to experience zero gravity
Nokia.ly/Imagin8
LUMIA APP LABS
THANKS!

Michael Samarin
Director,
Developer Training and Evangelism
Futurice

Mais conteúdo relacionado

Semelhante a Lumia App Labs: Nokia Imaging SDK 1.1

Developing Windows Phone Apps with the Nokia Imaging SDK
Developing Windows Phone Apps with the Nokia Imaging SDKDeveloping Windows Phone Apps with the Nokia Imaging SDK
Developing Windows Phone Apps with the Nokia Imaging SDK
Nick Landry
 
Cerebro for vfx eng
Cerebro for vfx engCerebro for vfx eng
Cerebro for vfx eng
CineSoft
 
High resolution animated scenes from stills
High resolution animated scenes from stillsHigh resolution animated scenes from stills
High resolution animated scenes from stills
Carolyn Rose
 

Semelhante a Lumia App Labs: Nokia Imaging SDK 1.1 (20)

LUMIA APP LAB #15: USING THE NOKIA IMAGING SDK
LUMIA APP LAB #15: USING THE NOKIA IMAGING SDKLUMIA APP LAB #15: USING THE NOKIA IMAGING SDK
LUMIA APP LAB #15: USING THE NOKIA IMAGING SDK
 
LUMIA APP LABS #18: INTRODUCING NOKIA IMAGING SDK 1.0
LUMIA APP LABS #18: INTRODUCING NOKIA IMAGING SDK 1.0LUMIA APP LABS #18: INTRODUCING NOKIA IMAGING SDK 1.0
LUMIA APP LABS #18: INTRODUCING NOKIA IMAGING SDK 1.0
 
Developing Windows Phone Apps with the Nokia Imaging SDK
Developing Windows Phone Apps with the Nokia Imaging SDKDeveloping Windows Phone Apps with the Nokia Imaging SDK
Developing Windows Phone Apps with the Nokia Imaging SDK
 
【Unite 2017 Tokyo】スクリプタブル・レンダーパイプラインのカスタマイズと拡張
【Unite 2017 Tokyo】スクリプタブル・レンダーパイプラインのカスタマイズと拡張【Unite 2017 Tokyo】スクリプタブル・レンダーパイプラインのカスタマイズと拡張
【Unite 2017 Tokyo】スクリプタブル・レンダーパイプラインのカスタマイズと拡張
 
【Unite 2017 Tokyo】スクリプタブル・レンダーパイプラインのカスタマイズと拡張
【Unite 2017 Tokyo】スクリプタブル・レンダーパイプラインのカスタマイズと拡張【Unite 2017 Tokyo】スクリプタブル・レンダーパイプラインのカスタマイズと拡張
【Unite 2017 Tokyo】スクリプタブル・レンダーパイプラインのカスタマイズと拡張
 
Introduction to DL-BUILDER
Introduction to DL-BUILDERIntroduction to DL-BUILDER
Introduction to DL-BUILDER
 
Deep Dive: Amazon Lumberyard & Amazon GameLift
Deep Dive: Amazon Lumberyard & Amazon GameLiftDeep Dive: Amazon Lumberyard & Amazon GameLift
Deep Dive: Amazon Lumberyard & Amazon GameLift
 
Best Video Editing Software for Beginners.pptx
Best Video Editing Software for Beginners.pptxBest Video Editing Software for Beginners.pptx
Best Video Editing Software for Beginners.pptx
 
Photoshop
PhotoshopPhotoshop
Photoshop
 
Open frameworks 101_fitc
Open frameworks 101_fitcOpen frameworks 101_fitc
Open frameworks 101_fitc
 
Multimedia software tools
Multimedia software toolsMultimedia software tools
Multimedia software tools
 
Video Editing Softwares
Video Editing Softwares Video Editing Softwares
Video Editing Softwares
 
Developing applications and games in Unity engine - Matej Jariabka, Rudolf Ka...
Developing applications and games in Unity engine - Matej Jariabka, Rudolf Ka...Developing applications and games in Unity engine - Matej Jariabka, Rudolf Ka...
Developing applications and games in Unity engine - Matej Jariabka, Rudolf Ka...
 
Cerebro for vfx eng
Cerebro for vfx engCerebro for vfx eng
Cerebro for vfx eng
 
Using PSoC Creator
Using PSoC CreatorUsing PSoC Creator
Using PSoC Creator
 
High resolution animated scenes from stills
High resolution animated scenes from stillsHigh resolution animated scenes from stills
High resolution animated scenes from stills
 
Computer applications in architecture
Computer applications in architectureComputer applications in architecture
Computer applications in architecture
 
CGV.pptx
CGV.pptxCGV.pptx
CGV.pptx
 
Free software-course
Free software-courseFree software-course
Free software-course
 
Exploring Android Studio
Exploring Android StudioExploring Android Studio
Exploring Android Studio
 

Mais de Microsoft Mobile Developer

Mais de Microsoft Mobile Developer (20)

Intro to Nokia X software platform 2.0 and tools
Intro to Nokia X software platform 2.0 and toolsIntro to Nokia X software platform 2.0 and tools
Intro to Nokia X software platform 2.0 and tools
 
Lumia App Labs: Lumia SensorCore SDK beta
Lumia App Labs: Lumia SensorCore SDK betaLumia App Labs: Lumia SensorCore SDK beta
Lumia App Labs: Lumia SensorCore SDK beta
 
Nokia Asha from idea to app - Imaging
Nokia Asha from idea to app - ImagingNokia Asha from idea to app - Imaging
Nokia Asha from idea to app - Imaging
 
Healthcare apps for Nokia X and Nokia Asha
Healthcare apps for Nokia X and Nokia AshaHealthcare apps for Nokia X and Nokia Asha
Healthcare apps for Nokia X and Nokia Asha
 
Push notifications on Nokia X
Push notifications on Nokia XPush notifications on Nokia X
Push notifications on Nokia X
 
DIY Nokia Asha app usability studies
DIY Nokia Asha app usability studiesDIY Nokia Asha app usability studies
DIY Nokia Asha app usability studies
 
Lessons learned from Nokia X UI reviews
Lessons learned from Nokia X UI reviewsLessons learned from Nokia X UI reviews
Lessons learned from Nokia X UI reviews
 
Location based services for Nokia X and Nokia Asha using Geo2tag
Location based services for Nokia X and Nokia Asha using Geo2tagLocation based services for Nokia X and Nokia Asha using Geo2tag
Location based services for Nokia X and Nokia Asha using Geo2tag
 
HERE Maps for the Nokia X platform
HERE Maps for the Nokia X platformHERE Maps for the Nokia X platform
HERE Maps for the Nokia X platform
 
Nokia In-App Payment - UX considerations
Nokia In-App Payment - UX considerationsNokia In-App Payment - UX considerations
Nokia In-App Payment - UX considerations
 
Introduction to Nokia Asha SDK 1.2 (beta)
Introduction to Nokia Asha SDK 1.2 (beta)Introduction to Nokia Asha SDK 1.2 (beta)
Introduction to Nokia Asha SDK 1.2 (beta)
 
UX considerations when porting to Nokia X
UX considerations when porting to Nokia XUX considerations when porting to Nokia X
UX considerations when porting to Nokia X
 
Kids' games and educational app design
Kids' games and educational app designKids' games and educational app design
Kids' games and educational app design
 
Nokia X: opportunities for developers
Nokia X: opportunities for developersNokia X: opportunities for developers
Nokia X: opportunities for developers
 
Intro to Nokia X software platform and tools
Intro to Nokia X software platform and toolsIntro to Nokia X software platform and tools
Intro to Nokia X software platform and tools
 
Lumia App Labs: Lessons learned from 50 windows phone 8 design consultations
Lumia App Labs: Lessons learned from 50 windows phone 8 design consultationsLumia App Labs: Lessons learned from 50 windows phone 8 design consultations
Lumia App Labs: Lessons learned from 50 windows phone 8 design consultations
 
Windows Phone 8 speech: parliamo con la nostra app
Windows Phone 8 speech: parliamo con la nostra appWindows Phone 8 speech: parliamo con la nostra app
Windows Phone 8 speech: parliamo con la nostra app
 
La pubblicazione di un'applicazione sullo store
La pubblicazione di un'applicazione sullo storeLa pubblicazione di un'applicazione sullo store
La pubblicazione di un'applicazione sullo store
 
Il pattern mvvm come strutturare al meglio il vostro progetto
Il pattern mvvm come strutturare al meglio il vostro progettoIl pattern mvvm come strutturare al meglio il vostro progetto
Il pattern mvvm come strutturare al meglio il vostro progetto
 
Lens app trasformare il telefono in una fotocamera
Lens app trasformare il telefono in una fotocameraLens app trasformare il telefono in una fotocamera
Lens app trasformare il telefono in una fotocamera
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Último (20)

Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 

Lumia App Labs: Nokia Imaging SDK 1.1

  • 1. LUMIA APP LABS NOKIA IMAGING SDK 1.1.
  • 2. What is Nokia Imaging SDK • • • • • Native library, available for 3rd party developers and supports all Windows Phone 8, Windows 8.1/RT devices Includes more than 50 ready to use image processing filters and effects, with various adjustment parameters Supports creation of the totally custom filters Accessible from C#, VB and C++ Projects Library doesn’t require special knowledge of image processing algorithms or techniques
  • 3. What is Nokia Imaging SDK • • • • • Filters and effects can be combined sequentially Parameters of the filters can be changed without rebuilding rendering pipeline Supports compressed (Jpeg) and uncompressed images as input and output Directly supports various source types: bitmaps, streams, files and camera viewfinder Partial JPEG decoding - using RAJPEG technology, access image data without decoding a whole JPEG image for a fast previews, application of effects, rotation, and cropping of high resolution images.
  • 4. What’s new in the 1.1 version • Support for Windows 8.1/RT Devices HDR Effect Lens Blur Effect (Bokeh) Interactive Foreground Segmenter • Alpha to Grayscale Filter • • •
  • 5. Apps using Nokia Imaging SDK spaceselfie Picura Gigapixel image browser (wiki article) http://developer.nokia.com/community/wiki/Apps_that_use_the_ Nokia_Imaging_SDK
  • 6. Windows 8.1 / RT Devices • Supported architectures • • Single Codebase • • ARM and x86 API and architecture of Imaging SDK is identical between Windows Phone and Windows 8.1 /RT Difference • Working with live camera preview is slightly different
  • 7. HDR Effects • • Simulates results of HDR Photography Adjustable parameters: Gamma, Strength, Saturation and Noise Level
  • 8. Segmenter / Lens Blur • • Defining (“Segmenting”) areas on the image and applying different effects Lens Blur with various pre-defines and customizable kernel shapes
  • 9. List of Filters and Effects I Antique Auto Enhance Auto Levels Blend Blur Brightness Cartoon Color Adjust Color Boost Colorization Color Swap Contrast Crop Curves Despeckle Emboss Exposure Flip
  • 10. List of Filters and Effects II Fog Foundation Frame Free Rotation Grayscale Grayscale Negative Hue Saturation Image Fusion Levels Local Boost Lomo Magic Pen Milky Mirror Mono Color Moonlight Negative Noise
  • 11. List of Filters and Effects III Oily Paint Posterize Sepia Sharpness Sketch Solarize Split Tone Spotlight Stamp Step Rotation Temperature and Tint Vignetting Warp Watercolor White Balance ChromaKey
  • 12. General Architecture Overview • Library contains three architectural building blocks: • • • • • Image sources (such as bitmaps, streams, files) Effects (such as 50+ various filters, including custom) Renderers (outputs bitmaps or files) Combining these building blocks, developer creates rendering pipeline Once pipeline is created, it is possible to change filter parameters, or their sequence. Image Source Filter Effects Cartoon Filter Fog Filter Contrast Filter Renderer
  • 13. Image Source • • • Often placed at the beginning of the processing pipeline. Originates an image in some way, e.g. by generating or loading it from storage, and sets it up to be used further in the processing pipeline. In order to provide this conceptual “image” to the processing pipeline, all image sources implement the interface IImageProvider. Image Source Filter Effects Cartoon Filter Fog Filter Contrast Filter Renderer
  • 14. Effects • • Effects process the image in some way, and are the largescale building blocks of the processing pipeline. There are several implementations of effects: Image Source Filter Effects • • • • FilterEffect DelegatingFilterEffect HDREffect LensBlurEffect Cartoon Filter Fog Filter Contrast Filter Renderer
  • 15. Renderers • • • In the rendering stage, the processing set up by the pipeline is actually performed, and a resulting image is created. Depending on the required output, SDK can render resulting image as bitmap or compressed Jpeg. There are three renderers, provided by SDK • • • BitmapRenderer: outputs Nokia.Graphics.Imaging.Bitmap JpegRenderer: outputs Windows.Storage.Streams.IBuffer WriteableBitmapRenderer: outputs WriteableBitmap Image Source Filter Effects Cartoon Filter Fog Filter Contrast Filter Renderer
  • 16. Nokia Imaging SDK Libraries • • • • SDK can be installed with the NuGet for individual projects It is important to reference correct architecture in your project: X86 for the Emulator and ARM for Device deployment Make sure that in the Project’s Configuration Manager, there will remain only X86 and ARM platforms. “Any CPU” platform should be removed Remember: Nokia Imaging SDK library is going to be included into your final XAP file
  • 17. General Overview of Required Steps • • • • • • • • • • Step 1: Include Nokia Imaging SDK Libraries into your project Step 2: Prepare source image: uncompressed image as WriteableBitmap, AudioVideoCaptureDevice or compressed image as IBuffer, StorageFile Step 3: Create image source as instance of IImageSource Step 4: Create enumeration (such as IList) of filters instances IFilter in required sequence Step 5: Create FilterEffect with associated IImageSource instance Step 6: Attach enumeration of IFilter the FilterEffect Step 7: Create renderer with associated FilterEffect and target output Step 8: Use asynchronous methods RenderAsync in order to generate output Remember: official documentation is part of the Lumia Developer Library http://developer.nokia.com/imaging
  • 18. DEMO AND HANDS-ON NOKIA IMAGING SDK 1.1.
  • 19. Create an outstanding imaging app and win a trip to experience zero gravity Nokia.ly/Imagin8
  • 20. LUMIA APP LABS THANKS! Michael Samarin Director, Developer Training and Evangelism Futurice