Searched refs:exif (Results 1 – 7 of 7) sorted by relevance
/plugin/spatialhelper/helper/ |
H A D | index.php | 208 * @see http://php.net/manual/en/function.exif-read-data.php 234 * retrieve GPS decimal coordinates from exif. 242 $exif = exif_read_data(mediaFN($id), 0, true); 243 if (empty($exif ['GPS'])) { 249 $exif ['GPS'] ['GPSLatitude'] [0], 250 $exif ['GPS'] ['GPSLatitude'] [1], 251 $exif ['GPS'] ['GPSLatitude'] [2], 252 $exif ['GPS'] ['GPSLatitudeRef'] 258 $exif ['GPS'] ['GPSLongitude'] [0], 259 $exif ['GP [all...] |
/plugin/gallery2/dwgallery/ |
H A D | dwgallery.php | 289 $exif = exif_read_data($gallery['image'][$gallery['pic']-1],'',true,false); 290 $exif_date = htmlentities($exif['DateTime']); 291 $exif_make = htmlentities($exif['Make']); 292 $exif_camera = htmlentities($exif['Model']);
|
/plugin/advanced/lang/en/ |
H A D | config.txt | 21 | ''mediameta.php'' | | [[doku>exif]] …
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_PlusDomainsService.php | 1747 public $exif; variable in Google_Media 1781 public function setExif(Google_MediaExif $exif) { argument 1782 $this->exif = $exif; 1785 return $this->exif;
|
/plugin/jplayer/ |
H A D | composer.lock | 93 "ext-exif": "EXIF extension is required for graphic modules.",
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | structure.txt | 749 ['exif']=>array() // data returned from PHP's exif_read_data() function
|
H A D | changelog.txt | 527 ¤ [jpg][exif][GPS][computed] now exists when possible with 1995 ['jpg']['exif'] (thanks nebula_djØsofthome*net)
|