XP_COMMENTS

2007-03-08 Thread Piotr Golebiowski
Hello, I have problem with reading and writings XP tags in JPEG files. I can retrieve them with exif_read_data: WINXP.Title: some text WINXP.Comments: some text WINXP.Subject: some text but I can't access them with PEL class. Do you have any idea? Regards, Piotr -

Re: XP_COMMENTS

2007-03-08 Thread Piotr Golebiowski
Ok, I found some solution, but I'm really don't understand, why it's working now ;) I moved information about xp tags (PelTag::XP_TITLE) from group EXIF to IFD in PelIfd.php file. If someone can explain me, why it's now working or maybe this is done in wrong way? Regards, piotr Piotr Golebio

Re: XP_COMMENTS

2007-03-08 Thread Martin Geisler
Piotr Golebiowski <[EMAIL PROTECTED]> writes: > Ok, I found some solution, but I'm really don't understand, why it's > working now ;) > > I moved information about xp tags (PelTag::XP_TITLE) from group EXIF > to IFD in PelIfd.php file. > > If someone can explain me, why it's now working or maybe t