public function outerFit($width = null, $height = null) { $this->adapter->outerFit($this->image, $width, $height); return $this; }