Image Cropping image cropping samples

This example demonstrates the default behavior of Jcrop.

Since no event handlers have been attached it only performs the cropping behavior.

Jcrop Example

An example with a basic event handler.

Here we've tied several form values together with a simple event handler invocation. The result is that the form values are updated in real-time as the selection is changed using Jcrop's onChange handler.

Jcrop Example

Cropped Image Details:

An example implementing a preview pane.

Obviously the most visual demo, the preview pane is accomplished entirely outside of Jcrop with a simple jQuery-flavored callback. This type of interface could be useful for creating a thumbnail or avatar. The onChange event handler is used to update the view in the preview pane.

Jcrop Example
Preview
Jcrop Example

Experimental shader active.

Jcrop now includes a shading mode that facilitates building better transparent Jcrop instances. The experimental shader is less robust than Jcrop's default shading method and should only be used if you require this functionality.

Animation/Transitions.

Demonstration of animateTo API method and transitions for bgColor and bgOpacity options. Color fading requires inclusion of John Resig's jQuery Color Animations plugin. If it is not included, colors will not fade.
Jcrop Example

Realtime API

Option Toggles

Change Image

Jcrop Example

Manipulate classes


Example styling tricks. Click the buttons above to change the appearance of Jcrop in real-time.

This is an example of attaching Jcrop to a target that is not an image. You are now cropping a paragraph tag.

Attaching Jcrop to a non-image element.

This is mostly useful to implement other interfaces, such as canvas or over an arbitrary div.

Jcrop Example

An example server-side crop script.

Hidden form values are set when a selection is made. If you press the Crop Image button, the form will be submitted and a 150x150 thumbnail will be dumped to the browser. Try it!