Questions tagged [lumia-imaging-sdk]

Lumia Imaging SDK is giving you access to a powerful library of exciting image-manipulation tools, which makes creating the next generation of imaging apps for Windows and Windows Phone 8.1 devices quicker and easier. Designed from the ground up with performance and a low-memory footprint in mind, the library’s functions don’t put a strain on the user’s device, which makes editing high-resolution images swift and engaging.

Lumia Imaging SDK is giving you access to a powerful library of exciting image-manipulation tools, which makes creating the next generation of imaging apps for Windows and Windows Phone 8.1 devices quicker and easier. Designed from the ground up with performance and a low-memory footprint in mind, the library’s functions don’t put a strain on the user’s device, which makes editing high-resolution images swift and engaging.

The technology behind the Imaging SDK is well proven; in fact, we at Microsoft use the same SDK to create our own imaging applications, such as Creative Studio. Thousands of developers are also using the Lumia Imaging SDK to create great imaging experiences for Windows Phone users. Check out the apps Kids Story Builder, 4Blend HDR, Momento, Pikura and Smart Resize, winners of our developer competitions, and many other apps built with the SDK.

Available as NuGet. The SDK team also publishes an open source project with some cool API's called "Lumia Imaging SDK Extras". It is available on GitHub.

Related to the Nokia Lumia Imaging SDK.

85 questions
0
votes
1 answer

Operation is not valid due to the current state of the object

i am beginning in develop winphone and nokia imaging sdk. i have two function. firstly, i call the function below to change image to gray color private async void PickImageCallback(object sender, PhotoResult e) { if (e.TaskResult !=…
0
votes
1 answer

Create Diagonal image from bitmap image in windows phone

I want to make a diagonal/ triangle shape image from bitmap source without using any polygon control, how to do this in windows phone.
0
votes
0 answers

ArgumentException in Bitmap(Size, ColorMode, Uint32, IBuffer)

In a filter app I'm working on I want to add the ability to capture images and apply filters to them by using the Nokia Imaging SDK 1.1. Searching the internet for capturing code, I got this: await…
jalgames
  • 781
  • 4
  • 23
0
votes
0 answers

WP8 take picture with Nokia Imaging API (real time filter) and save to IsolatedStorage

I followed the examples here: http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj662940%28v=vs.105%29.aspx I made the live preview and stuff work, but how can I take a picture? This is what i tried: private PhotoCaptureDevice…
0
votes
1 answer

nokia Imaging SDK customize BlendFilter

I have created this code Uri _blendImageUri = new Uri(@"Assets/1.png", UriKind.Relative); var _blendImageProvider = new StreamImageSource((System.Windows.Application.GetResourceStream(_blendImageUri).Stream)); var bf = new…
0
votes
1 answer

How to Use Nokia Imaging SDK Curves Filter

I am refencing a sample nokia project, and I would like to add the Curves filter. I am unsure of how to do this, as I do not understand what the Curve parameters are that are required by the filter CurvesFilter(Curve red, curve Green, curve…
Matthew
  • 3,976
  • 15
  • 66
  • 130
0
votes
1 answer

Nokia imaging SDK editingsession is not found -windows phone

Im new to nokia image SDK, I ahve installed the latest version(1.0.272.0 ) for windows phone .Whenever I try to use EditingSession, I get error as "EditingSession is not found.Are you missing an assembly directive?" I have included the following…
Prasanna Aarthi
  • 3,439
  • 4
  • 26
  • 48
0
votes
1 answer

Nokia Imaging SDK for Visual Basic Windows Phone 8 project?

I develop a windows phone 8 app written in visual basic. I want to integrate the Nokia Imaging SDk into my app. Is the SDK available for visual basic or only for C#???
0
votes
1 answer

RenderToJpegAsync() giving System.Runtime.InteropServices.SEHException

I am trying to use Nokia Imaging SDK to filter a live camera stream and saving the stream data to an Image file. I am using Camera Stream example from Nokia Imaging. Filter is working properly, but when I try to use EditingSession to save image,…
-1
votes
1 answer

Determine Correct Solution Platform for NokiaImagingSDK

I have started playing around with the Nokia Imaging SDK, and I am wondering about what should be the correct Solution Platform when submitting an application to the Marketplace? Currently I have the following Is this the correct setup to be able…
Matthew
  • 3,976
  • 15
  • 66
  • 130
1 2 3 4 5
6