|
Hello
I'm french and i have some problems to show XP
tags.
I think that XP tags are commonly in the
IFD0.
I tried this code:
require_once("peljpeg.php");
$filename="J:/TEMP/BUFFER/IMG_6717.JPG"; $jpeg =
new PelJpeg(); $jpeg->loadFile($filename);
$app1=$jpeg->getSection(PelJpegMarker::APP1); $tiff =
$app1->getTiff();
$ifd0 = $tiff->getIfd();
echo $ifd0[XP_AUTHOR];
but it doesn't work. I explore all the IFDS, but
they are never the XP Tags, only classic tags (MODELE, RESOLUTION
....)
I hope you have understood me ....
thx
max |