crop - Search Results

Image manipulation methods can be chained efficiently. Recommended order: resize, crop, sharpen, quality and rotate or flip
29/03/2010
Rate:  Be the first to Rank
Provides methods for the dynamic manipulation of images. Various image formats such as JPEG, PNG, and GIF can be resized, cropped, rotated and sharpened. All image manipulations are applied to a temporary image. Only the save() method is permanent, the temporary image being written to a specified image file.
Location: Kohana 3 / PHP
Area select in jQuery and PHP
16/02/2010
Rate:  
Very slick "area select" on-top of images plugin for jQuery. You can use it in your projects to create image "tags" or "tooltips" like Facebook does, or Flickr does even better. As usual for jQuery awesomeness, this is pretty easy to integrate. http://odyniec.net/projects/imgareaselect/ And here's somebody that shows a validation processor in PHP that can crop the select area and save as an image. http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/
Location: JavaScript / jQuery / PHP