Hallo,


I just installed your PEL Library. I searched for a possibility to change
the Exifdata with PHP and I was so glad as I found your library.

But unfortunately I guess I can´t handle it (probably because my skills in
PHP aren´t very well), e.g. if I want to write the Copyright into the Exif,
I saw that there is a class PelEntryCopyright to realize this. so I tried
following:

 <?php

          require_once('./pel/pel-0.9.1/PelExif.php');

          require_once('./pel/pel-0.9.1/Pel.php');

          require_once('./pel/pel-0.9.1/PelFormat.php');

          require_once('./pel/pel-0.9.1/PelTiff.php');

          require_once('./pel/pel-0.9.1/PelJpeg.php');

          require_once('./pel/pel-0.9.1/PelEntryAscii.php');

          require_once('./pel/pel-0.9.1/PelEntry.php');

          require_once('./pel/pel-0.9.1/PelIfd.php');







       $tiff = new PelTiff('nepenthes.tif');

       $ifd0 = $tiff->getIfd();

       $entry = new PelEntryCopyright('Copyright, Martin Geisler, 2004');



       $ifd0->addEntry($entry);

?>



but it didn´t work. What´s wrong with that? Please help and thank you in
advance.



best regards,
Audrey
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
PEL-devel mailing list
PEL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pel-devel

Reply via email to