I’ve mentioned a number of great controls and libraries for working with images such as the NYXImagesKit image manipulation library.
Here’s an open source control from Javier Berlana called JBCroppableView that allows you to add an image cropper with multiple points that can be dragged and dropped to a specific location and then crop out the image within those points.
You can then call the included deleteBackgroundOfImage method and the area outside of the points will be cropped out.
Here’s an image from the example project showing this UI control in action:
You can find JBCroppableView on Github here
A great control if you need more than basic image cropping.
- Open Source Library To Add Image Cropping Into An iOS App Quickly
- Open Source: Gridview Component With Movable Cells That Respond To Gestures And More
- Open Source iOS Grid Type Component With Built In PDF, Image And Video Showcasing
- Open Source: Native iOS Image Filter Library Based On Filtrr.JS For Easy Photo Filters
- iOS Library For Adding High Performance Shadow And Reflect Effects To UIImageViews
Original article: An Open Source iOS Image Cropping UI Control With Movable Edge Points
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.