public function thumb($width, $height, $type = self::IMAGE_THUMB_SCALE){ $this->img->thumb($width, $height, $type); return $this; }