Projects tagged ‘crop’ and ‘jquery’


Jump to tag:

Projects tagged ‘crop’ and ‘jquery’

Filtered by Project Tags crop jquery

Refine results Project Tags image (3) plugin (2) resize (2) scale (1) cropping (1) firefox (1) widget (1)

[3 total ]

0 Users

resize & crop an image in a handy html/javascript interface. The framework is Jquery
Created 4 months ago.

0 Users

Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine ... [More] that is faithful to familiar desktop graphics applications. Jcrop homepage for more info Jcrop Manual complete docs Demos and Examples FeaturesAttaches simply to any image in your HTML page Supports aspect ratio locking Callbacks for selection done, or while moving Keyboard support for nudging selection Support for CSS styling API support including animation, setting/getting selection CompatibilityJcrop has tested well on the following browsers: Firefox 3 Safari 3 Opera 9.5 Google Chrome Beta Internet Explorer 6+ [Less]
Created 12 months ago.

0 Users

AboutImagetool is a simple plugin for jQuery providing basic panning and zooming capabilities for images. It works by wrapping the selected image in a (the viewport) and manipulates css properties ... [More] based on user input. Try the demo Usage$("img").imagetool(options); Options name type required default description allowZoom boolean no true If true, the image is zoomable. allowPan boolean no true If true, the image can be panned. maxWidth number no 2000 The maximum width of the zoomed image in pixels. viewportWidth number no 320 The width (pixels) of the viewport. viewportHeight number no 180 The height (pixels) of the viewport. callback function no none A function that is called after the image has been panned or zoomed. loading string no none Path to an image that is shown while the main image loads. topX number no none Top left corner of the initial visible area. topY number no none Top left corner of the initial visible area. bottomX number no none Bottom right corner of the initial visible area. bottomY number no none Bottom right corner of the initial visible area. [Less]
Created 12 months ago.