How use compose hardlight in setImageArtifact() ?
Posted: 2017-02-07T11:05:00-07:00
Hi!
I need to blend a image with -hardlight.
But how to do thin in PHP?
I tryed many thing:
Thanks a lot.
I need to blend a image with -hardlight.
But how to do thin in PHP?
I tryed many thing:
Code: Select all
$img->setImageArtifact('compose:args', 'hard-light');
$imga->setImageArtifact('compose:args', 'hardlight');
$img->setImageArtifact('compose:hard-light', true);
$img->setImageArtifact('compose:hardlight', true);
$img->setImageArtifact('compose:hard-light', 'true');
$img->setImageArtifact('compose:hardlight', 'true');
$img->setImageArtifact('compose:args', 'hard-light');