Example #1
0
 /**
  * Get image specs
  *
  * @return string
  */
 public function getImageSpecs()
 {
     return trim($this->package->getRendition()->getSpecs() . '_' . $this->coords, '_');
 }