public function rotate($angle, $bg_color = '#000000')
 {
     $this->image_class->rotate($angle, $bg_color);
     return $this;
 }