Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't work WaterMark #21

Open
DenProgMan opened this issue Oct 3, 2016 · 1 comment
Open

Don't work WaterMark #21

DenProgMan opened this issue Oct 3, 2016 · 1 comment

Comments

@DenProgMan
Copy link

Hi, a can't use WaterMark plug-in, it somehow does not work, but resize work's fine.

$watermarkPath = 'public/images/water.png';
$watermarkThumb = $this->thumbnailer->create($watermarkPath);
$watermark = $this->thumbnailer->createWatermark($watermarkThumb, [-1,1], 1);
$thumb = $this->thumbnailer->create($imagePath, [], [$watermark]);
$thumb->save('public/images/res.jpg');

What am I doing wrong?

@bacinsky
Copy link
Member

Hi, this is a bug in the PHPThumb library, it doesn't call plugins on save() but on show(), try to get the image as string with getImageAsString() and then save it to the file with file_put_contents()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants