It is based on the ImageField from Sebastien from https://orchardimagefield.codeplex.com. I will add a new feature to allow the user to define the crop area by it's own.
Demo Site (only with CustomForms for the Moment): http://orchard-demos.neuhold.pro/RimangoImageField
- Retarget to .net framework 4.5.1
- Implements Issue #7 - Add a ReCrop Link
- Implements Issue #10 - Resize Image in Crop Window if its too large
- Fixed Issue #9 - Preview not reloaded after selecting new picture
- Small BugFix
(Bugfix for 0.4.5 - use this Version instead)
- Fixed Issue #3 - X and Y required on non required Field
- Fixed Issue #5 - Change size of dispaying the image in admin view
- Fixed Issue #6 - Fixed size is not really fixed size
- Implements Issue #4 - Default Image
- Fixed Issue #1 - Bug in Settings slideUp and slideDown
- Fixed Issue #2 - Invalid CropWidth or CropHeight
- Removed some Debug code
- Removed Dependency to Orchard.Media.
- Code re-factored (but still needs an overview)
- Added UserCropOptions (Fixed, OnlyKeepRatio, FreeTransformation)
- Fixed Problem with Preview Image Scale
- UserCrop is implemented and seems to work, but needs still more testing and a bunch of code refactoring.
- Fork from https://orchardimagefield.codeplex.com
- Retarget to asp.net 4.5
- Working with Orchard 1.8.1 and up