I am trying to create a warp filter in objective c, just like this one in java. I’m having a hard time with it. Anyone could help me with some ideas how to begin in general? The answer is not expected to be iOS specific.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’re going to want to check out the Core Image Programming Guide for iOS and OS X. Using Core Image is really the easiest way to apply filters on iOS. Here you’ll find all the information on how to use Apple’s filters and how to write your own. In the Core Image Filter Reference, also check out CIParallelogramTile. If you have a Mac version of your app, this filter might be a good option to explore. This particular filter is not supported on iOS, but many other similar ones are available in the CI Programming Guide.