The Image Cropper property editor allows backoffice users to position pre-defined image crops on media items. Using the ImageProcessor the images are manipulated on-the-fly.
- Umbraco 7.0.1
- ImageProcessor.Web
- Install ImageProcessor and ImageProcessor.Web using Nuget (http://jimbobsquarepants.github.io/ImageProcessor/).
- Drop the folders from this repository into the corresponding folders of an Umbraco V7.0.1 instance.
- Create a new data type of type "Image Cropper" in the "Developer" section in the Umbraco backoffice.
- Add the predefined crops settings.
- Assign the data type to an image mediatype in the "Settings" section of the Umbraco backoffice.
- Add some crops to a media item and save.
- Use the extension class to get the crops you have made in the property editor.
Initial release, there will probably be errors.
If you have tips or questions, give me a shout on twitter @azertie.