Lines Matching refs:image1
781 * @param $image1
787 public function alignment2($image1, $base1, $image2, $base2)
789 $width1 = imagesx($image1);
790 $height1 = imagesy($image1);
800 imagecopy($result, $image1, 0, $top - $base1, 0, 0, $width1, $height1);
808 * @param $image1
816 public function alignment3($image1, $base1, $image2, $base2, $image3, $base3)
818 $width1 = imagesx($image1);
819 $height1 = imagesy($image1);
832 imagecopy($result, $image1, 0, $top - $base1, 0, 0, $width1, $height1);