Pffff, I was so tired ....
I have forgotten, I have sent the first mail
 
I hope I'm not in your spammer list !!!   :-)
 
 
Once again thanks ....
 
Max
and Max
 
 
----- Original Message -----
Sent: Saturday, March 04, 2006 12:51 PM
Subject: Fwd: PEL library support

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

Reply via email to