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