Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Rodrigo Chousal
16,009 PointsPhoto Filters
How do I add photo filters to my application? Do I have to make them myself, or can I download them from somewhere?
1 Answer
Fred Lawton
5,904 PointsCurrently Apple provides some image filters.
Go to the Apple Documentation & API reference (either in Xcode or use Google to find it). Here is a link: https://developer.apple.com/library/ios/documentation/graphicsimaging/reference/CoreImageFilterReference/Reference/reference.html
Then search for Core Image Filter. You will find the Core Image Filter Reference.
On the left you will see a Filters by Task section and a Filters section. Look through the documentation and see if Apple has provided the filter you desire.