Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

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.

5.0
 
  0 reviews  |  8 users  |  35,895 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Photologue is a reusable Django application that provides powerful image management and manipulation functionality as well as a complete photo gallery solution. The 2.0 release adds more effects, including reflections and transparent watermarks. It also introduces the ImageModel abstract base class ... [More] allowing developers to easily integrated the Photologue core functionality into their own models. Photologue embraces the Django admin and smoothly integrates with photo thumbnails and effect previews. [Less]

4.0
   
  0 reviews  |  4 users  |  2,718 lines of code  |  0 current contributors  |  Analyzed 43 minutes ago
 
 

Instant Picture Creator is a wrapper to produce images on demand for Web sites. It has filter management, and it's possible to add new filters. It can cache filtered images, works independently (no backend is needed), and is easy to integrate with existing Web sites. It includes two basic ... [More] filters for resizing images and manipulating colour palettes. Currently it supports PNG, GIF, and JPEG. [Less]

5.0
 
  0 reviews  |  3 users  |  2,233 lines of code  |  0 current contributors  |  Analyzed 3 months ago
 
 

Libpipi is a graphics and imaging library.

3.0
   
  0 reviews  |  2 users  |  28,990 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Image manipulation library for PHP 5.3 inspired by Python's PIL and other image libraries.

0
 
  0 reviews  |  1 user  |  25,814 lines of code  |  18 current contributors  |  Analyzed 7 days ago
 
 

A simple image resize plugin. Makes sure that the images served are the same size as the width/height attributes on the image elements. Optionally applies filters like crop, gray, sepia, flip, flop etc. Resized images are cached. Tested with PHP 5.2 and WordPress 2.7 and 2.6.3 ... [More] InstallationShort version: cd wp-content/plugins/ svn checkout http://wp-wok-imager.googlecode.com/svn/trunk/ wok-imagerGo to the admin page of your site and install the plugin. How it worksJust add an image element in your page: The wok-imager will scan your generated page upon serving, apply the width, height and filters to the image and change the tag into something like: When you don't supply the crop filter then the width and height are the maximum bounding rectangle of the image. The resulting image has either the given width or the given height but is never bigger than the given width and height. You can also supply just the width or the height to make the resized image unbounded in respectively the height or the width. Available filtersYou can combine multiple filters by separating then with a comma. For example "crop,flip,gray". cropCrops the image to the size given by the width and height attribute. Default is a center crop. You can have a crop aligning to the top, bottom, left or right by adding two extra letters (cropcc). The first letter defines how to align vertically and the second how to align horizontally. Valid values are t,c,b and l,c,r respectively. Examples: crop center crop cropcc center crop croptl upper left corner cropbr lower right corner scaleAllow the image to be upscaled. Per default wok-imager does not allow an image to be resized to bigger dimensions than the width and height of the original image. flipHorizontal flip of the image, swaps left and right. flopVertical flop of the image, swaps top and bottom. blurGaussian blur of the image. smoothSmoothen the resulting image. Default is a smooth factor of 6 is used. You can supply another with eg. smooth=4. brightCorrect the brightness. Default is a brightness factor of 50. You can supply another with eg. bright=100. contrastCorrect the contrast. Default is a brightness factor of -10. You can supply another with eg. contrast=-50. grayConvert the image to grayscale. sepiaConvert the image to sepia. colorizeYou have to supply the three rgb colors with this filter. For example: filter="colorize=100:100:100" negateNegate all colors, makes the image look like a color negative, q=qualitySets the quality of the jpeg conversion. When you don't supply the quality then the quality depends on the size of the resulting image. The smaller the image the higher the quality setting. Imager pluginsYou can add your own imager plugins. There are two examples in the imager-plugin directory. deletedAdds a translucent red cross on top of your image. exampleAdds a small text on top of your image. [Less]

0
 
  0 reviews  |  0 users  |  879 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.