List Info

Thread: PEL library support




PEL library support
user name
2006-03-04 11:51:07
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
[1]

about | contact  Other archives ( Real Estate discussion Medical topics )