Single App License


  • Perpetual license (does not expire)
  • 1 application
  • Can distribute binary products only
  • Commercial use allowed
  • 6 months support
$49.99 Read License

Multiple App License


  • Perpetual license (does not expire)
  • 5 applications
  • Can distribute binary products only
  • Commercial use allowed
  • 6 months support
$149.99 Read License

Developer License


  • Perpetual license (does not expire)
  • Unlimited projects
  • Can distribute code and binary products
  • Commercial use allowed
  • 6 months support
$299.99 Read License

14 Day money-back guarantee

Full refund within 14 days of purchase date.

You need to log-in or create an account
  • Create an account
  • Log-in

Please use your real name.

Activation link will be sent to this address.

Minimum 8 characters

Enter your password again

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 26 comments »

Questions & Comments


Or enter your name and Email
  • Rahul Shrimali 2 weeks ago
    i want to make an app where i can take multiple pic at a time
    means in 1 sec there will be 5 pic should be captured and i also can use effect that are mentioned in your site...
    any suggestion
    ?
  • Hrishikesh Pol 3 weeks ago
    Hi, Can I get sketch effect filter in this sdk for iOS?
    • Mos IT Ltd. Developer 3 weeks ago
      Hi Hrishikesh,

      There is no sketch effect sorry. You can see all the effects in the description screenshots.
  • Dan Blow 2 months 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.
You must be logged-in to vote. Log-in to your account or register now.