|
Posted by Phil on September 21, 2004, 4:45 pm
Please log in for more thread options
Hi. I'm considering adding a new module to CPAN and want some feedback.
I've had this module in the public domain now for almost a year, and many
people have told me that I should submit it to CPAN.
The module occupies the same niche as Image::Info, but with some extra
features that I don't think could be easily added to Image::Info.
The package can be downloaded from
http://owl.phy.queensu.ca/~phil/exiftool/
and the module documentation can be found at
http://owl.phy.queensu.ca/~phil/exiftool/ExifTool.html
I've registered at PAUSE, but want to check here before registering a
namespace. The potential drawbacks are the large overlap with Image::Info
and the fact that my distribution also includes a File::RandomAccessFile
module that I use for my I/O. Presumably I'd have to register both
Image::ExifTool and File::RandomAccessFile if I submitted this package.
I'm asking for feedback because I've never done this before, and I haven't
been programming Perl for long so I'm not too familiar with the CPAN way.
I am trying to answer these 2 questions:
1) Will my package be a useful addition to CPAN?
2) If "yes" above, what changes should I make before submitting it?
Thanks in advance for any comments, negative or positive.
- Phil Harvey
|
|
Posted by Martin Herrmann on September 27, 2004, 9:18 am
Please log in for more thread options
boardhead62@hotmail.com (Phil) wrote in message
> Hi. I'm considering adding a new module to CPAN and want some feedback.
> I've had this module in the public domain now for almost a year, and many
> people have told me that I should submit it to CPAN.
>
> The module occupies the same niche as Image::Info, but with some extra
> features that I don't think could be easily added to Image::Info.
>
> The package can be downloaded from
>
> http://owl.phy.queensu.ca/~phil/exiftool/ >
> and the module documentation can be found at
>
> http://owl.phy.queensu.ca/~phil/exiftool/ExifTool.html >
> I've registered at PAUSE, but want to check here before registering a
> namespace. The potential drawbacks are the large overlap with Image::Info
> and the fact that my distribution also includes a File::RandomAccessFile
> module that I use for my I/O. Presumably I'd have to register both
> Image::ExifTool and File::RandomAccessFile if I submitted this package.
>
> I'm asking for feedback because I've never done this before, and I haven't
> been programming Perl for long so I'm not too familiar with the CPAN way.
>
> I am trying to answer these 2 questions:
>
> 1) Will my package be a useful addition to CPAN?
Yes!
> 2) If "yes" above, what changes should I make before submitting it?
There are some other modules handling EXIF info, like Image::Info (you
mentioned it above), Image::EXIF and Image::MetaData::JPEG.
All of these modules have a big overlap concerning handling of EXIF
data. But all of them (I don't know much of Image::EXIF) seem to have
certain specialties.
The big drawback for me as a user of these modules (see
http://mapivi.de.vu) is that I need to include all the modules to get
all the features I want to have (at the moment I'm just using
Image::Info and Image::MetaData, which are still weak in EXIF maker
notes).
Another problem are the different APIs of the modules.
Regards,
Martin
|
| Similar Threads | Posted | | Module for manipulating JPEG image | January 4, 2007, 12:53 pm |
| How can I install Image::Magick module on windows system? | December 10, 2005, 3:36 pm |
| Is there a module that grabs a remote page and prints thumbnail image? | May 26, 2006, 12:09 am |
| Getting a module on CPAN | June 7, 2007, 4:28 pm |
| adding a new module to CPAN | September 30, 2004, 3:06 am |
| how do I package a CPAN module? | October 23, 2004, 1:13 pm |
| It's not PHP, is it? (potential new CPAN module) | July 21, 2007, 3:16 am |
| Problem gettting module from CPAN | September 19, 2004, 9:56 pm |
| CPAN Errors Installing Tk Module | November 26, 2004, 9:56 pm |
| Installing a CPAN Module online | June 26, 2005, 8:45 pm |
|