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