Asido is a PHP (PHP4/PHP5) image processing solution, with pluggabledrivers(adapters) for virtually any environment. A lot of PHP developers (both on the PHP4 and PHP5 side) need image transformation
... [More] operations for various tasks, the most mundane of which are the proportional resizing and watermarking. Asido offers such solution: uniform API for image transformations that works with various environments (GD, ImageMagick, MagickWand, etc). Asido is open-source and its LGPL license allows you to place the class in your proprietary PHP projects. Asido offers the following functionality: resize images, watermark images, rotate imates, copy images, crop images, grayscale images, convert images, etc. [Less]
WideImage is a PHP5 image manipulation library with a fluent interface that supports chaining operations and abstracts the normal GD2 operations from the interface into a more coherent and extendable framework.
Plugin for inkscape, which generates sliced bitmaps directly from your vector drawings. Highly integrated -- uses standard rectangles on a special layer to mark areas which should be sliced. SVG attributes provide file naming, etc.
Ever Felt like having a place to edit your pictures from any computer. Being able to access your pictures from your home computer and editing them.
Here is one solution to all your woes. Your online Photoshop!
SLIR (Smart Lencioni Image Resizer) resizes images, intelligently sharpens, crops based on width:height ratios, color fills transparent GIFs and PNGs, and caches variations for optimal performance.
Requirements Usage
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]
MooWrangler constrains a DOM element to a new size using the MooTools JavaScript framework. It will scale the image to best fit the constraints, and crop or pad as directed.
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]