getResource()); return $n->merge($image,$pos_x, $pos_y); } public function crop($x,$y,$width,$height){ $n = new Image($this->getResource()); return $n->crop($x,$y,$width,$height); } }