Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
$49

Single App License

1 application Binary restricted distribution 6 months support
$149

Multiple App License

5 applications Binary restricted distribution 6 months support
$299

Developer License

Unlimited projects Source and binary distribution 6 months support
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

(13 ratings)

Photo Effects SDK for iOS

Photo Effects SDK for iOS
Developed by Mos IT Ltd., Released Mar 13, 2012

A photo effects framework for iOS applications. Photo Effects SDK comes with 35+ ready to use photo effects with extensible architecture.

Objective-C

Tags: effects , filters , image , photo

alt text

Photo Effects SDK is written for iOS developers who need to integrate an image processing solution to their applications. It is built on the Core Image framework.

With so many filters that comes with the Core Image, creating your own photo effects is still a time consuming task. By using Photo Effects SDK you will get 35+ ready effects to start with. The filters and effects are cleanly separated within and it is easy to create your custom effect classes by using the filter chaining support provided.

Back to top

FEATURES

  • 35+ ready photo effects including Aged, Halftone, Paper Toss and Lens effects.
  • Auto-Enhance
  • Saturation, Brightness and Contrast filters
  • Crop filter
  • Extensible effect architecture
  • Filter chaining support
  • Uses ARC

alt text alt text alt text alt text alt text

Back to top

DOCUMENTATION

REQUIREMENTS

  • iOS 5.0 Base SDK
  • Core Image framework

HOW TO USE

Step 1:

Copy PhotoFX folder from the Sample application to your application.

alt text

Step 2:

#import "PhotoFX.h"
UIImage *afterImage = [AgedFX applyEffect:beforeImage];
Back to top

CHANGELOG

Version 1.1 (released 2012-03-16)

  • Added support for photo selection from Camera or Album
  • Added Auto-Enhance (EnhanceFX)
  • Added VividFX
  • Fixed the reset button issue that is not working in some cases
View all 10 reviews »

User Reviews

Read all 23 comments »

Questions & Comments


Or enter your name and Email
  • Dan Blow 3 weeks ago
    I'm looking for a way to do "automatic cropping." The workflow is this: I have a receipt on my table. I take a picture of it. I'd like the next screen to be the picture, with guides around the page. The guides should be adjustable, but initially the SDK should make the best guess as to the bounds of the receipt within the image. Is this possible? The "Scanner Pro" app does something like this, but they don't offer an SDK.
  • perera malinda 4 weeks ago
    thanks...
  • Luqman License holderSingle App License 9 months ago
    Hello
    Can you load and save images on this? Or is there only 1 default image?
    • Mos IT Ltd. Developer 9 months ago
      Hello Luqman,

      Sample app is only for SDK demonstration, there is one default image but you can also select your custom images to apply effects but there is no saving. But after applying effects to your uiimage saving is an easy task.
    • Luqman License holderSingle App License 9 months ago
      Ok, How do I save the uiimage?

      + Ive just found a bug, when your scrolling through the filters, sometimes the keyboard appears out of no where for some reason, and you cannot dismiss it. How do i fix this?
    • Mos IT Ltd. Developer 9 months ago
      Hi Luqman,

      Sample app is not an application for everyday use. It is only a showcase for the SDK effects. For saving and resizing uiimage see stackoverflow for many examples:

      http://stackoverflow.com/questions/2264039/uiimage-saving-image-with-file-name-on-the-iphone
      http://stackoverflow.com/questions/2658738/the-simplest-way-to-resize-an-uiimage

      You can open an issue for the keyboard bug for the sample app.
You must be logged-in to vote. Log-in to your account or register now.