You are here

Files in ImageCache Actions 8

Primary tabs

File namesort descending Location Namespace Description
Apostrophic Labs License Komika).txt image_effects_text/Apostrophic Labs License Komika).txt Komika font by APOSTROPHIC LABS: http://moorstation.org/typoasis/designers/lab/index.htm. Below the license as was packaged with the font download: Here is the "Read Me" from the original http://www.apostrophiclab.com website: Archived…
Aspect Switcher help/aspect_switcher.html Aspect Switcher
canvasactions.inc canvasactions/canvasactions.inc
CHANGELOG.txt CHANGELOG.txt Imagecache Actions ------------------ Imagecache Actions 7.x-1.x-dev ------------------------------ Imagecache Actions 7.x-1.7 -------------------------- - [#2671526]: Fatal error on image style flush when image styles are defined in …
cheap_dropshadow.imagecache_preset.inc canvasactions/tests/cheap_dropshadow.imagecache_preset.inc
corners_combo.imagecache_preset.inc tests/corners_combo.imagecache_preset.inc
Creative Commons Attribution Share 2.5 (Blokletters).txt image_effects_text/Creative Commons Attribution Share 2.5 (Blokletters).txt Blokletters fonts by Lefly Fonts: http://lefly.vepar.nl/ under the following license: You are free: to Share — to copy, distribute and transmit the work to Remix — to adapt the work Under the following conditions: Attribution — You must…
default.imagecache_preset.inc tests/default.imagecache_preset.inc
imagecache_actions.info imagecache_actions.info name = Imagecache Actions description = Provides utility code for a number of additional image effects that can be found in the sub modules. package = Media core = 7.x dependencies[] = image
imagecache_actions.install imagecache_actions.install
imagecache_actions.module imagecache_actions.module Home for the most basic imagecache_action routines.
imagecache_autorotate.info autorotate/imagecache_autorotate.info name = Imagecache Autorotate description = Provides an image effect to autorotate an image based on EXIF data. package = Media core = 7.x dependencies[] = image
imagecache_autorotate.install autorotate/imagecache_autorotate.install
imagecache_autorotate.module autorotate/imagecache_autorotate.module Autorotate image based on EXIF Orientation tag.
imagecache_canvasactions.info canvasactions/imagecache_canvasactions.info name = Imagecache Canvas Actions description = Provides image effects for manipulating image canvases: define canvas, image mask, watermark, underlay background image, rounded corners, composite source to image and resize by percent effect. Also…
imagecache_canvasactions.module canvasactions/imagecache_canvasactions.module
imagecache_coloractions.htaccess_creator.inc coloractions/imagecache_coloractions.htaccess_creator.inc Functions to create .htaccess files in public://styles/{image-style} directories that force the correct Content-Type header.
imagecache_coloractions.info coloractions/imagecache_coloractions.info name = Imagecache Color Actions description = Provides image effects color-shifting, invert colors, brightness, posterize and alpha transparency effects. Also provides a change image format effect. package = Media core = 7.x dependencies[] =…
imagecache_coloractions.install coloractions/imagecache_coloractions.install
imagecache_coloractions.module coloractions/imagecache_coloractions.module
imagecache_customactions.info customactions/imagecache_customactions.info name = Imagecache Custom Actions description = Provides the custom and subroutine image effects. package = Media core = 7.x dependencies[] = imagecache_actions dependencies[] = image
imagecache_customactions.install customactions/imagecache_customactions.install
imagecache_customactions.module customactions/imagecache_customactions.module Allows advanced users to code their own PHP image manipulation routines as part of image style processing.
imagecache_testsuite.features.inc tests/imagecache_testsuite.features.inc
imagecache_testsuite.info tests/imagecache_testsuite.info name = Imagecache_actions Test Suite description = Displays a collection of demo image styles. package = Media core = 7.x dependencies[] = imagecache_actions dependencies[] = system_stream_wrapper features[image][] = 'corners_combo'
imagecache_testsuite.module tests/imagecache_testsuite.module
imagefilter.inc imagefilter.inc
image_effects_text.inc image_effects_text/image_effects_text.inc
image_effects_text.info image_effects_text/image_effects_text.info name = Image Effects Text description = Provides an image effect to overlay text captions on images. package = Media core = 7.x dependencies[] = image dependencies[] = imagecache_actions
image_effects_text.module image_effects_text/image_effects_text.module Provide text manipulation effects for image styles.
image_effects_text_test.info image_effects_text/image_effects_text_test/image_effects_text_test.info name = Image Effects Text test description = Defines image styles that test the text effect. core = 7.x package = Media dependencies[] = image dependencies[] = image_effects_text dependencies[] = imagecache_canvasactions dependencies[] =…
image_effects_text_test.module image_effects_text/image_effects_text_test/image_effects_text_test.module Code for the Image Effects Text test feature.
image_overlay.inc image_overlay.inc extension to imageapi, provide an overlay action for blending two layers, preserving transparency.
image_styles_admin.css image_styles_admin/image_styles_admin.css table#image-styles { table-layout: fixed; } #image-styles th.style-name { width: 20%; } #image-styles th.effects { width: 30%; } #image-styles th.settings { width: 15%; } #image-styles td { vertical-align: top; } #image-styles…
image_styles_admin.inc image_styles_admin/image_styles_admin.inc Include file for image_styles_admin routines that do not need to be loaded on each request.
image_styles_admin.info image_styles_admin/image_styles_admin.info name = Image styles admin description = Provides additional administrative functionality to duplicate, export or import image styles. package = Media core = 7.x dependencies[] = image
image_styles_admin.module image_styles_admin/image_styles_admin.module Hook and callback implementations that must be available at all times.
keyword_positioning.imagecache_preset.inc canvasactions/tests/keyword_positioning.imagecache_preset.inc
OFL (Pacifico).txt image_effects_text/OFL (Pacifico).txt Copyright (c) 2011, Vernon Adams (vern@newtypography.co.uk), with Reserved Font Name Pacifico. This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ…
positioned_underlay.imagecache_preset.inc canvasactions/tests/positioned_underlay.imagecache_preset.inc
README.txt README.txt README for the Imagecache Actions Drupal module ----------------------------------------------- Project page: https://drupal.org/project/imagecache_actions Current and past maintainers for Imagecache Actions: - dman (https://drupal.org/user/33240) -…
README.txt tests/README.txt This module provides an overview of all the imagecache presets in use on this site, as well as a number of samples used to test if everything is working as expected. Sample images are provided to illustrate a number of the sample presets. Each…
README.txt customactions/README.txt README ------ README for the custom actions effect module. Dependencies ------------ Hard dependencies: - Imagecache actions. - Image (Drupal core). Soft dependencies/recommended modules: - Imagemagick (preferred toolkit). - PHP filter (Drupal…
README.txt image_styles_admin/README.txt README for the Image styleds admin Drupal module ------------------------------------------------ Project page: https://drupal.org/project/imagecache_actions Current and past maintainers for Image styles admin: - fietserwin…
README.txt image_effects_text/README.txt README ------ README for the Image effect text module. Author Erwin Derksen (fietserwin: https://drupal.org/user/750928) Dependencies ------------ Hard dependencies: - Imagecache actions. - Image (Drupal core). Soft dependencies/recommended…
README.txt image_effects_text/image_effects_text_test/README.txt README ------ README for the Image effect text test module. This module contains several image styles to test text effects. It uses an image containing a grid and a font which are included in the install package as well. The image styles defined by…
relative_canvas.imagecache_preset.inc tests/relative_canvas.imagecache_preset.inc
ROADMAP.txt ROADMAP.txt Imagecache Actions roadmap -------------------------- This is a non-contractual roadmap for the D7 branch of the imagecache actions module. Actual release dates and completed features will largely depend on available time. So support is always…
rotate_alpha.imagecache_preset.inc canvasactions/tests/rotate_alpha.imagecache_preset.inc
rotate_alpha_gif.imagecache_preset.inc canvasactions/tests/rotate_alpha_gif.imagecache_preset.inc

Pages

Other projects