• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

conf/H03-May-2018-2412

README.mdH A D15-May-2017674 148

action.phpH A D15-May-201710.1 KiB260176

plugin.info.txtH A D15-May-2017222 97

syntax.phpH A D15-May-20172.4 KiB8248

README.md

1#Reflect
2
3iReflect hooks into the sendfile mechanism (ATTENTION: this needs a hook in the fetch.php - described in the action.php) and creates an reflected imageversion which is then delivered. The modified file will be stored as a cache file.
4
5
6##URL - params
7
8  * bgc - [BGColor]
9  * fade_start - [beginn of fading in %]
10  * fade_end - [end of fading in %]
11  * return_type - (png|jpg) [default set via config];
12
13Originaly based on the reflect.php - modified by [imageflow](http://194.95.111.244/~countzero/myCMS/index.php?c_id=5&s_id=21), using the reflection routine from [here](http://de2.php.net/manual/en/function.imagealphablending.php#83282)
14