[ class tree: plugins ] [ index: plugins ] [ all elements ]

Class: image_effects

Source Location: /zp-extensions/image_effects.php

Class image_effects

Class Overview

This plugin is an example demonstrating the use of the various image_html filters.

Each effect is defined by a text file these sections (no individual section is required).

<source>...</source>
Documents the source of the effect

<head>...</head>
Each effect will have a head section that contains the HTML to be emitted in the theme head.

<class>...</class>
Elements from this section will be added to the class element of the <img src... /> tag.

<extra>..</extra>
It is also possible to create a extra section for html that will be inserted into the <img src... /> just befor the />. This can be used to insert style="..." or other elements.

<validate><i>file path</i></validate>
Used specially for Effenberger effects, but applicable to similar situations. Causes the named file to have its presence tested. If it is not present, the "effect" is not made available. Multiple files are separated by semicolons. Each is tested.

The following tokens are available to represent paths:

  • %WEBPATH%</v> to represent the WEB path to the Zenphoto installation.</li> <li><var>%SERVERPATH% to represent the server path to the Zenphoto installation.
  • %PLUGIN_FOLDER% to represent the Zenphoto "extensions" folder.
  • %USER_PLUGIN_FOLDER% to represent the root "plugin" folder.
  • %ZENFOLDER% to represent the zp-core folder.

Pixastic effects:
Included standard are several effects from Pixastic. Please visit their site for detailed documentation.

Effenberger effects::
Some effects which can be used are the javascript effects created by Christian Effenberger which may be downloaded from his site:

Note: No effenberger effects are distributed with this plugin to conform with CVI licensing constraints. To add an effect to the plugin, download the zip file from the site. Extract the effect files and place in the image_effects folder (in the global plugins folder.)

For instance, to add the Reflex effect, download reflex.zip, unzip it, and place reflex.js in the folder. Check the image_effects foder in the zenphoto extensions to see if there is already header file. If not create one in the plugins/image_effects folder. Use as a model one of the other Effenberger effects header files.

Included are some typical Effenberger files as examples. Simply provide the appropriate js script as above to activate them.

Located in /zp-extensions/image_effects.php [line 74]



		
				Author(s):
		
  • Stephen Billard (sbillard)
Information Tags:

Properties

Methods

[ Top ]
Property Summary
mixed   $effects  

[ Top ]
Method Summary
static void   custom_album_thumbs()  
static void   custom_images()  
static void   effectsJS()  
static void   std_album_thumbs()  
static void   std_images()  
static void   std_image_thumbs()  
image_effects   __construct()  
array   getOptionsSupported()   Reports the supported options
void   handleOption()   handles any custom options

[ Top ]
Properties
mixed   $effects = NULL [line 76]

[ Top ]
Methods
static method custom_album_thumbs  [line 354]

  static void custom_album_thumbs( $html  )

Parameters:
   $html: 


[ Top ]
static method custom_images  [line 327]

  static void custom_images( $html, $thumbstandin  )

Parameters:
   $html: 
   $thumbstandin: 


[ Top ]
static method effectsJS  [line 182]

  static void effectsJS( )



[ Top ]
static method std_album_thumbs  [line 340]

  static void std_album_thumbs( $html  )

Parameters:
   $html: 


[ Top ]
static method std_images  [line 320]

  static void std_images( $html  )

Parameters:
   $html: 


[ Top ]
static method std_image_thumbs  [line 347]

  static void std_image_thumbs( $html  )

Parameters:
   $html: 


[ Top ]
Constructor __construct  [line 78]

  image_effects __construct( )



[ Top ]
getOptionsSupported  [line 90]

  array getOptionsSupported( )

Reports the supported options



[ Top ]
handleOption  [line 168]

  void handleOption( string $option, mixed $currentValue  )

handles any custom options

Parameters:
string   $option: 
mixed   $currentValue: 


[ Top ]

Documentation generated on Sat, 07 Jun 2014 18:03:35 +0200 by phpDocumentor 1.4.3