Jcrop-Wrapper - Vaadin Add-on Directory
Vaadin Wrapper for the jQuery image cropping plugin JcropThe Jcrop-Component allows to easily provide an image cropper within Vaadin. Mainly it's a JavaScriptComponent that wrapps the jQuery plugin Jcrop.
Features:
- listener for selection changes
- setting of min/max size of the crop area
- forcing an aspect ratio on the crop area
- selecting in the true size coordinate system of scaled images
- fitting the image within the provided layout size of component
- added support for ConnectorResource by a RequestHandler
Online DemoAuthor Homepage
Source Code
Issue Tracker
Jcrop-Wrapper version 1.0.0
implemented all major features of the Jcrop plugin
Jcrop-Wrapper version 1.1.0
added support for ConnectorResource, so that you can use also StreamImages... Normally it's not possible in JavaScriptComponents, that's why I used a RequestHandler and simplified the use in Jcrop.
Jcrop-Wrapper version 1.1.1
fixed maven group id
Jcrop-Wrapper version 1.1.2
fixed maven problems
Jcrop-Wrapper version 1.2.0
- upgraded to vaadin-8