public function smooth($level)
 {
     $this->image_class->smooth($level);
     return $this;
 }