예제 #1
0
 public function overlay(GDImage $image, $x = 0, $y = 0)
 {
     imagecopy($this->image, $image->image, $x, $y, 0, 0, $image->width(), $image->height());
 }