Re: Problem with Windows-Data

2007-12-12 Thread Martin Geisler
Heike Kraef <[EMAIL PROTECTED]> writes: Hi > is anybody here who could answer my question I asked one week ago? I'm afraid that I have no idea about how Windows XP stores it's tags :-( If I remember correctly, then I simply looked at an image in a hex editor and saw that the bytes looked like t

Re: Problem with Windows-Data

2007-12-12 Thread Heike Kraef
Hi, is anybody here who could answer my question I asked one week ago? Thanks Baghira baghira schrieb: > Hi, > > if have a Problem with reading Data from a jpeg. I > have written the following code to check which data is > already readable: > > $jpeg = new PelJpeg($path."images/".$fileNam

Problem with Windows-Data

2007-12-03 Thread Heike Kraef
Hi, if have a Problem with reading Data from a jpeg. I have written the following code to check which data is already readable: $jpeg = new PelJpeg($path."images/".$fileName); $pre_exif = $jpeg->getExif(); $tiff = $pre_exif->getTiff(); $ifd = $tiff->getIfd(); $next =