Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1227 → Rev 1228

/trunk/jrest/scripts/ExtracteurMeta.php
45,7 → 45,7
$this->idImg = $img['id_image'];
 
$cheminImage = $this->obtenirCheminImageOriginale($this->idImg);
if (file_exists($cheminImage)) {clear
if (file_exists($cheminImage)) {
$cmd = "exiftool -X -file:comment $cheminImage";
$metaFile = $this->executerCommandeSysteme($cmd);