public function pixelate($block_size = 10)
 {
     $this->image_class->pixelate($block_size);
     return $this;
 }