Home
last modified time | relevance | path

Searched refs:TIFFcommentName (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.tiff.php66 …$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_tiff
275 static $TIFFcommentName = array();
276 if (empty($TIFFcommentName)) {
277 $TIFFcommentName = array(
512 return (isset($TIFFcommentName[$id]) ? $TIFFcommentName[$id] : 'unknown/invalid ('.$id.')');