/**
  * Fetch an image given a path
  */
 protected function getBinaryData()
 {
     return Image::make(ImageHelper::getPathFromInput('image'))->resize(600, null, true);
 }