Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 03-May-2018 | - | 24 | 12 | |
README.md | H A D | 15-May-2017 | 674 | 14 | 8 | |
action.php | H A D | 15-May-2017 | 10.1 KiB | 260 | 176 | |
plugin.info.txt | H A D | 15-May-2017 | 222 | 9 | 7 | |
syntax.php | H A D | 15-May-2017 | 2.4 KiB | 82 | 48 |
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