RE: Maintainer

2008-04-18 Thread Tech Support
I would be really great to have this package on PEAR I already hosting a pear style version of this package on my pear server at pear.sharedlog.com, just because the PEL is a dependency for my own packages. But it would be much better if it was maintained on official pear server. -Original

RE: PEL added to my pear channel

2008-01-17 Thread Tech Support
Using pear is easy. If you've used CPAN to install perl modules, then you'll find pear to be kind of like CPAN for php. You can just add to sf page that PEL can also be installed as a pear module with these steps: 1) pear must be already installed and configured on user's server. The steps for in

RE: Pel minimal version

2006-05-11 Thread Tech Support
Messages are also archived at http://www.archivesat.com/Discussions_on_the_development_of_PEL/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Geisler Sent: Thursday, May 11, 2006 9:03 AM To: TinyWebGallery Cc: pel-devel@lists.sourceforge.net Su

We are using PEL now!

2006-01-12 Thread Tech Support
Take a look at how we added the exif tags using PEL class Tags are parsed only on the most recently uploaded photos, you can upload yours to see how it will pars yours. Here is an example. You can click on 'more tags', and can also mouseover the question mark the view the description of a tag. De

RE: How to get an array of EXIF TAGS?

2005-12-23 Thread Tech Support
, 2005 12:04 PM To: pel-devel@lists.sourceforge.net Subject: RE: How to get an array of EXIF TAGS? Quoting Tech Support <[EMAIL PROTECTED]>: Hello there! > Just wondering are we still expecting the new version before Christmas? Or > before the new year? No, unfortunately not --- I&#x

RE: How to get an array of EXIF TAGS?

2005-12-23 Thread Tech Support
-devel@lists.sourceforge.net Subject: Re: How to get an array of EXIF TAGS? "Tech Support" <[EMAIL PROTECTED]> writes: Hi Tech Support :-) > I just tried the script > > $data = new PelDataWindow(file_get_contents($filename)); > > [...] > > $text = $entry->

RE: How to get an array of EXIF TAGS?

2005-11-30 Thread Tech Support
array of EXIF TAGS? "Tech Support" <[EMAIL PROTECTED]> writes: Hi Tech Support :-) > I just tried the script > > $data = new PelDataWindow(file_get_contents($filename)); > > [...] > > $text = $entry->getText(); > > This is good, but how can I get

How to get an array of EXIF TAGS?

2005-11-29 Thread Tech Support
Hello!   I just tried the script   $data = "" PelDataWindow(file_get_contents($filename));         $jpeg = new PelJpeg();     $jpeg->load($data);     $app1 = $jpeg->getSection(PelJpegMarker::APP1);     $tiff = $app1->getTiff();         $ifd0 = $tiff->getIfd();   $entry = $if