image-info
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:The Image::Info Perl module (old history, new maintainer on CPAN)
This Perl extention allows you to extract information from various
image files.  In this alpha release we only support JPEG (plain JFIF
and Exif), PNG and GIF.  Usage is something like this:

   use Image::Info qw(image_info);

   @info = image_info("filename");
   $hash_describing_1st_image = $info[0];
   $hash_describing_2nd_image = $info[1];

TODO:
   - add support for more image formats
   - standardize hash names (based on TIFF?)
   - rational class
   - Image::TIFF should not need to slurp


Copyright 1999-2001 Gisle Aas.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

The Exif code is written based on TsuruZoh Tachibanaya's "Description
of Exif file format" and Thierry Bousch's Python module 'exifdump.py'

   http://www.butaman.ne.jp/~tsuruzoh/Computer/Digicams/exif-e.html
   http://topo.math.u-psud.fr/~bousch/exifdump.py

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。