R
R
Rustam Idrisov2016-09-22 17:45:36
iOS
Rustam Idrisov, 2016-09-22 17:45:36

How to implement the "scissors" tool in an iOS application (swift) for photo processing?

Good afternoon!
I hope that the essence of the question is clear from the title - you need to make a "scissors" tool in the application, when processing a photo. I am sure that this problem has been solved for a long time and more than one hundred times.
The problem is that I have good experience in programming, I already use swift confidently - but I have no experience in writing applications (except for tutorials from Apple / other lessons). So far, I'm just getting used to the IDE, the standard library (I'm actively studying the documentation).
Perhaps you know some library or project on GitHub that implements this functionality?
Now I want to try to implement a simple photo processor with this function myself, but I still don’t understand which way I should look.
I would be grateful for any useful (in my situation) tips/links/articles/projects, thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
ManWithBear, 2016-09-23
@RustaMechanic

We draw a CGPath point by point, and using it we apply a mask to the image. We cut along it.

A
Alexander, 2016-09-22
@Ariandr

Libraries: ALCameraViewController ,
GKImagePicker
Response from stack: cropping-image-with-swift-and-put-it-on-center-position

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question