imgAreaSelect: A jQuery Plugin For Selectable Areas On Images
17
Apr
// php the_time('Y') ?>
imgAreaSelect is a jQuery plugin that enables you to create selectable areas on images which is a widely used technique for cropping images.
Once an area is selected, you can get the x-y coordinates & apply any actions on that part of the image like cropping or implementing effects.
The plugin is very flexible & offers options like:
- aspect ratio
- max height, max width
- opacity
- whether it can be resize or not
- keyboard support & more..
There is also an image crop tutorial using imgAreaSelect & PHP that can be found here.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://odyniec.net/projects/imgareaselect/
Demo: http://odyniec.net/projects/imgareaselect/examples.php
Compatibility: All Major Browsers
Website: http://odyniec.net/projects/imgareaselect/
Demo: http://odyniec.net/projects/imgareaselect/examples.php
- Tags:
Crop Javascript
- Filed under: Browsing, Goodies, GPL License, MIT License
- 3 Comments












3 Responses for "imgAreaSelect: A jQuery Plugin For Selectable Areas On Images"
This seems pretty pointless to me as you could just save the image and crop it in an image editing software.
Well that’s pretty pointless if your client has no idea what that even means.
Michael Thomas has obviously never actually used or developed a good CMS