Another mail from Max :-) ----- Forwarded message from [EMAIL PROTECTED] ----- Date: Fri, 3 Mar 2006 19:28:01 +0100 From: Max <[EMAIL PROTECTED]> Reply-To: Max <[EMAIL PROTECTED]> Subject: PEL library support To: [EMAIL PROTECTED]
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 ----- End forwarded message ----- -- Martin Geisler
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
|