16

Performing common image manipulation tasks using the iOS SDK can get quite messy. Here’s a Swift based library called Toucan that provides a nice clean API for common image processing tasks from Gavin Bunney.

The features of Toucan include:

  • Image resizing with scaling, rotation, and cropping
  • Image masking with circles, rectangles or custom images
  • Borders with customizable width and color
  • Easy chaining of the different image processing stages
  • Examples showing how to perform each operation, and their combinations

You can find Toucan on Github here.

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>