Searched refs:TIFFcommentName (Results 1 – 1 of 1) sorted by relevance
66 …$CurrentIFD['fields'][$i]['raw']['tag_name'] = $this->TIFFcommentName($CurrentIFD['fields'][$i]['r…198 $TIFFcommentName = strtolower($fieldarray['raw']['tag_name']);199 if (isset($info['tiff']['comments'][$TIFFcommentName])) {200 …$info['tiff']['comments'][$TIFFcommentName][] = $info['tiff']['ifd'][$IFDid]['fields'][$key]…202 …$info['tiff']['comments'][$TIFFcommentName] = array($info['tiff']['ifd'][$IFDid]['fields'][$key]…273 public function TIFFcommentName($id) { function in getid3_tiff275 static $TIFFcommentName = array();276 if (empty($TIFFcommentName)) {277 $TIFFcommentName = array(512 return (isset($TIFFcommentName[$id]) ? $TIFFcommentName[$id] : 'unknown/invalid ('.$id.')');