/**
  * Get the source file for the transform
  *
  * @param File $file
  * @param array $params
  * @return array Array with keys  width, height and path.
  */
 protected function getThumbnailSource($file, $params)
 {
     return $file->getThumbnailSource($params);
 }