
Artur Graniszewski - 2013-03-21 12:15:16 -
In reply to message 1 from Amjad Ali
<?php
require_once('../gd2imaging.php');
$image1 = new Image('image1.png');
$image2 = new Image('image2.png');
$image1->blend($image2, new Point(0, 0), Blender::USE_LIGHTEN);
$image1->show();