davidfuzju / HIPImageCropper

Reusable image crop and scale interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HIPImageCropper

A reusable image cropping and scaling interface for iOS, similar to Instagram's beautiful implementation. It's very barebones on purpose, but it takes care of all basics:

  • Properly align and place any image (portrait or landscape)
  • Set the correct minimum and maximum zoom properties
  • Support for all orientations and autoresizing
  • Support for customized cropping area dimensions
  • Quartz-drawn iOS camera capture style overlay
  • Automatically snaps photo to the edges

Here is a screenshot of the demo app that uses a basic "Capture" button: http://cl.ly/image/203u0Q3J0J2t.

Requirements

  • ARC
  • QuartzCore.framework

Credits

HIPImageCropper is brought to you by the Hipo Team.

License

HIPImageCropper is licensed under the terms of the Apache License, version 2.0. Please see the LICENSE file for full details.

About

Reusable image crop and scale interface

License:Apache License 2.0


Languages

Language:Objective-C 91.9%Language:Ruby 8.1%