Are there any image effects libraries (e.g. lomo) for Android or iPhone? [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
are there any image effects (e.g. lomo, watercolor, sketch ...etc) libries can be used on mobile device and suitable for mobile device?
There are libraries like JJIL, simple-iphone-image-processing, JH labs, imageMagick porting to iphone and opencv have been mentioned in various previous posts.
I want libraries that I don't need to care about the algorithm of effect, but lots of libraries mentioned above are this type of libraries.
What I need are libraries that already have done effects functions and I just call the functions to apply effects on photos (It is ok to set parameters and attributes by myself when I use it).
Are there any more suggestions?
Free is good, commercial would be fine.
Thank you.

You could try the effects API from Aviary. Here: http://developers.aviary.com/
I never used it though, so I can't say if that's exactly what you are looking for.

Potentially worth your while:
OpenCV
Simple iPhone Image Processing

Related

Need help to create a Photo sharing Windows Universal app, which API should I use to change photo's effect [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need to create a UWP app like Instagram, so I have to find a way to change Photo's effect easily, does anyone have recommended library to make it works in UWP? Should I use the underlying API?
Lumia Imaging SDK should be what you need, it gives us access to a powerful library of exciting image-manipulation tools for Windows and Windows Phone devices. Designed from the ground up with performance and a low-memory footprint in mind, the Imaging SDK 3.0 makes editing high-resolution images swift and engaging. See this page: https://dev.windows.com/en-us/featured/lumia
Imaging SDK documentation: https://msdn.microsoft.com/en-us/library/mt598502.aspx
The Sample projects can be found in Lumia Imaging SDK Git repository: https://github.com/Microsoft/Lumia-Imaging-SDK#samples

Read text from image iPhone SDK [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have an image on my device which I capture from camera. The image has readable text. I want to convert that image into text i.e. get the text of image and display it.
I went through Tesseract demo, but not all the text of image is converted into text. I know that there are few paid SDK's like ABBY SDK available for this, but I was looking for some free source.
Are there other SDKs available for the same?
See this for how to do something quick on iOS with Tesseract. I doubt you will get the accuracy you want though. So far I haven't found a good opensource solution because the iPhone camera is not well suited to this problem. There are a few online API options that do better.
Oh and one word of advice, don't pay for anything without trying it in your situation :)

Working with images in Scala [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am generating large PNG files from a Scala program. Currently, I am doing it the same way I would do it in java. I am creating a new BufferedImage and setting each pixel to the correct color. This works fine, but I am wondering if there are any good libraries for working with images in Scala? I am looking for something like Ruby's RMagick library.
Take a look at https://github.com/sksamuel/scrimage (Disclaimer: I am the author)
This is an open source Scala image library that essentially wraps java.awt Image operations in a nicer API as well as providing easy methods for operations like fitting to a given size, etc.
Maybe JMagick? Take a look here, it's a native interface between ImageMagick and Java exactly like RMagick..

Open source GPS apps? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Are there any full featured GPS applications available with source for the iPhone, preferably that use Open Street Map to get data? None of the current offerings work very well with Voiceover on the iPhone, but it'd be a lot easier to modify an existing app to work with Voiceover then write one from scratch.
The excellent route-me project is open source and uses Open Street Map (among other map providers). It includes a sample app, which I believe cannot be called full-featured but it should be pretty easy to extend it to something that matches most features of the built-in Maps app.
Sharp Map is a geospatial application framework for .Net. Not sure if anybody has tried it on the iPhone.
Might be possible to get running using mono touch

How to render an interactive globe/earth for the iPhone OpenGL ES? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking for an example that renders an interactive earth similar to the one in the Smule products.
Someone just pointed me to this question. I have one!
It's called WhirlyGlobe and it's built specifically for this purpose. Runs on ios, uses a combo of Objective-C and C++ and is very Cocoa Touch friendly. Uses delegates for camera motion, multithreaded, all that good stuff.
Oh, and it's freely available under the Apache2 license.
Details can be found here:
http://mousebird.github.io/WhirlyGlobe/
I can't offer any samples, but Dragon Forged Software sells a prepackaged OpenGL ES Globe for the iPhone. http://dragonforged.com/consult.shtml
A company name Clever Coding offers a opengl implementation of a 3D globe for sale at http://www.clevercoding.com/iPhone3Dglobe.php