Aspect Switcher |
help/aspect_switcher.html |
|
Aspect Switcher |
canvasactions.inc |
canvasactions.inc |
|
Helper functions for the text2canvas action for imagecache |
imagecache_autorotate.info |
imagecache_autorotate.info |
|
name = Imagecache Autorotate
description = Autorotate image based on EXIF Orientation.
dependencies[] = imagecache
package = ImageCache
core = 6.x |
imagecache_autorotate.install |
imagecache_autorotate.install |
|
Ensure Imagecache recognises our new actions, per http://drupal.org/node/290101. |
imagecache_autorotate.module |
imagecache_autorotate.module |
|
Autorotate image based on EXIF Orientation tag.
http://sylvana.net/jpegcrop/exif_orientation.html |
imagecache_canvasactions.info |
imagecache_canvasactions.info |
|
name = Imagecache Canvas Actions
description = Actions for manipulating image canvases layers, including watermark and background effect. Also an aspect switcher (portrait/landscape)
dependencies[] = imagecache
dependencies[] = imageapi
package =… |
imagecache_canvasactions.install |
imagecache_canvasactions.install |
|
Set up new canvas actions. Tell imagecache.module about them |
imagecache_canvasactions.module |
imagecache_canvasactions.module |
|
A collection of canvas (layer) type manipulations for imagecache -
including "Watermark" |
imagecache_coloractions.info |
imagecache_coloractions.info |
|
name = Imagecache Color Actions
description = Additional ImageCache actions, providing color-shifting, brightness and alpha transparency effects.
dependencies[] = imagecache
dependencies[] = imageapi
package = ImageCache
core = 6.x |
imagecache_coloractions.install |
imagecache_coloractions.install |
|
Set up new color actions. Tell imagecache.module about them |
imagecache_coloractions.module |
imagecache_coloractions.module |
|
Additional actions for imagecache processing. |
imagecache_customactions.info |
imagecache_customactions.info |
|
name = Imagecache Custom Actions
description = Allow direct PHP code manipulation of imagecache images.
dependencies[] = imagecache
package = ImageCache
core = 6.x |
imagecache_customactions.install |
imagecache_customactions.install |
|
Set up new custom actions. Tell imagecache.module about them |
imagecache_customactions.module |
imagecache_customactions.module |
|
Allow advanced users to code their own PHP image manipulation routines
as part of imagecache processing. |
imagecache_textactions.info |
imagecache_textactions.info |
|
name = Imagecache Text Actions
description = Display simple or dynamic captions on images.
dependencies[] = imagecache
package = ImageCache
core = 6.x |
imagecache_textactions.install |
imagecache_textactions.install |
|
Set up new text actions. Tell imagecache.module about them |
imagecache_textactions.module |
imagecache_textactions.module |
|
|
imagefilter.inc |
imagefilter.inc |
|
Third-party library to assist image blending on older GD toolkits |
License.txt |
fonts/liberation-fonts-1.04/License.txt |
|
LICENSE AGREEMENT AND LIMITED PRODUCT WARRANTY
LIBERATION FONT SOFTWARE
This agreement governs the use of the Software and any updates to the Software, regardless of the delivery mechanism. Subject to the following terms, Red Hat, Inc. ("Red… |
README.txt |
README.txt |
|
=======================================================
Additional actions for imagecache processing - a bundle
=======================================================
by dman http://coders.co.nz
Not all actions are ported to imageMagick yet, most… |
README.txt |
fonts/README.txt |
|
Distributed here is a basic font set, as it seems very difficult to be sure
what any given machine has.
The 'Liberation' font set from Red Hat is clearly and openly GPL, unlike almost all other 'free' fonts I could find on the web.… |
textactions.inc |
textactions.inc |
|
Helper functions for imagecache_textactions |
textrender.inc |
textrender.inc |
|
Helper functions for imagecache_textactions |
textrender_syntax.html |
help/textrender_syntax.html |
|
When rendering text on an image,
enter PHP code that will return your dynamic text. Do not use <?php ?> tags.
EG
return format_date(time());
return $file_data->description ? $file_data->description :… |
transparency.inc |
transparency.inc |
|
Helper functions for the alpha action for imagecache |
utility.inc |
utility.inc |
|
Utility form, conversion and rendering functions for image processes |
watermark.inc |
watermark.inc |
|
routine for image layering |