Subversion Repositories eFlore/Applications.cel

Rev

Rev 2131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2131 Rev 2146
Line 457... Line 457...
457
		return file_exists('/usr/bin/exiftool') && is_executable('/usr/bin/exiftool');
457
		return file_exists('/usr/bin/exiftool') && is_executable('/usr/bin/exiftool');
458
	}
458
	}
Line 459... Line 459...
459
 
459
 
460
	private function decoderMetadonneesExifTool($cheminImage) {
460
	private function decoderMetadonneesExifTool($cheminImage) {
461
		$metadata = array();
461
		$metadata = array();
Line 462... Line 462...
462
		$res = exec('/usr/bin/exiftool -g -D '.$cheminImage, $metadata);
462
		$res = exec('/usr/bin/exiftool -g -D "'.$cheminImage.'"', $metadata);
463
 
463
 
464
		$metadata_decodees = array();
464
		$metadata_decodees = array();
465
		$categorie = '';
465
		$categorie = '';