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