Closed jahvi closed 12 years ago
Hi, I was wondering how should I use the reflection plugin? I tried:
$thumb = PhpThumbFactory::create('/path/to/image.jpg'); $thumb->createReflection();
But I got a missing 2nd argument error.
Thanks in advance!
Check the docs: https://github.com/masterexploder/PHPThumb/wiki/Plugins---GD-Reflection
Hi, I was wondering how should I use the reflection plugin? I tried:
But I got a missing 2nd argument error.
Thanks in advance!