ios-samples/ios8/PhotoFilter
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
PhotoFilter Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
PhotoFilterExtension Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Screenshots [Photo Filter] - First commit 2014-09-16 13:04:18 -04:00
LICENSE.txt [PhotoFilter] Add license 2016-02-18 23:16:58 -03:00
Metadata.xml Added some extension tags 2015-04-02 11:05:50 -04:00
PhotoFilter.sln Pull from upstream 2015-01-19 20:39:40 +05:30
README.md [PhotoFilter] Update readme 2016-02-18 23:16:34 -03:00

README.md

Photo Filter

This is an app extension sample showing you how to implement a Photo Editing extension. This extension allows the user to select a filter effect to apply to the photo or video selected in Photos or Camera.

Instructions

To enable the Photo Editing extension:

  • Go to the iOS native Photo App (if you don't have any photo, please add one, or take a screenshot).
  • Click on Edit.
  • Click on the tree dots to use a new Photo Editing Tool.
  • Click on More and enable PhotoFilter.
  • You can now click on PhotoFilter and start editing the photo.
  • Choose your filter.
  • Finally click on done to apply your changes.

Build Requirements

  • Building this sample requires Xcode 6.0 and iOS 8.0 SDK.
  • Running this sample requires Xamarin.iOS 8.2 or later.

Xamarin port changes are released under the MIT license

Author

Ported to Xamarin.iOS by Rustam Zaitov & Vincent Dondain.