agens-no/AGGeometryKit

How can I crop the image by using AGGeometryKit.

Closed this issue · 2 comments

As you point out this is a 2 step process.

  1. First you need to change the perspective. Have a look at #25
  2. Then you need to crop the image. Have a look at http://stackoverflow.com/questions/158914/cropping-an-uiimage

Good luck :)

Thank you very much 😄. I get it.