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');