加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Image::RGBA Version 0.04
========================

Hides all the ugly stuff involved when sampling individual pixel values
from images.  A good range of quality levels are provided, currently;
simple, linear and spline16.

For an explanation of what is going on, see:

    http://www.fh-furtwangen.de/~dersch/interpolator/interpolator.html

For usage, read the pod documentation, eg:

    perldoc Image::RGBA

Also provided is optional radial luminance correction - Suitable for
sampling photographs where there is a known light falloff from the
centre of the image to the edges.

Radial lens distortion can be corrected at the same time using a, b & c
parameters, see:

    http://www.fh-furtwangen.de/~dersch/barrel/barrel.html

For usage, read the pod documentation, eg:

    perldoc Image::Photo

For typical applications, see the 'examples' folder.

ADVANTAGES

 - Inputs any file format supported by ImageMagick (png, jpg, tiff, pdf,
   bmp, mng, mpg, whatever).

 - Alpha channel information is sampled in the same way as Red, Green &
   Blue information.

 - Uses spline16 pixel interpolated sampling for high quality results.

 - Radial brightness and barrel distortion correction.  Independent of
   image orientation and brightness, so each camera should have one set
   of values that work in all situations.  

DISADVANTAGES

 - Since it works at a lower level than the Image::Magick Get() method,
   it's not quite as flexible.

BUGS

 - Probably.

TODO

 - Make faster (rewrite in C, contributions welcome).

 - Support 16 bit per pixel images.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This package depends on perl and the Image::Magick perl module.

These are available from CPAN, ActiveState, etc..

COPYRIGHT AND LICENCE

Copyright (C) 2002 Bruno Postle <bruno@postle.net> All Rights Reserved.
This module is Free Software. It may be used, redistributed and/or
modified under the same terms as Perl itself.

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化