• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Image/H10-Feb-2017-1,364465

t/H03-May-2022-554463

xt/H10-Feb-2017-5843

ChangesH A D10-Feb-20171.3 KiB6236

MANIFESTH A D10-Feb-2017671 3029

META.jsonH A D10-Feb-20171.4 KiB5958

META.ymlH A D10-Feb-2017764 3130

Makefile.PLH A D30-Jan-20171.3 KiB4541

READMEH A D16-Dec-20141.3 KiB5233

README

1README for Image::Compare
2
3			    Image::Compare
4
5Image::Compare is a module for performaing comparisons of, well..  images.
6
7PREREQUISITES
8
9This suite requires Perl 5; I've only used it under Perl 5.10.0, so for
10anything lower, you're on your own.
11
12Image::Compare makes heavy use of Imager, and also can make use of LWP if
13it is installed.
14
15INSTALLATION
16
17You install Image::Compare, as you would install any perl module
18library, by running these commands:
19
20   perl Makefile.PL
21   make
22   make test
23   make install
24
25If you want to install a private copy of Tree::Trie in your home
26directory, then you should try to produce the initial Makefile with
27something like this command:
28
29  perl Makefile.PL PREFIX=~/perl
30
31DOCUMENTATION
32
33POD-format documentation is included in Compare.pm.  POD is readable
34with the 'perldoc' utility.
35
36SUPPORT
37
38Questions, bug reports, useful code bits, and suggestions for
39Image::Compare should just be sent to me at avi@finkel.org
40
41AVAILABILITY
42
43The latest version of Image::Compare is available from the
44Comprehensive Perl Archive Network (CPAN).  Visit
45<http://www.perl.com/CPAN/> to find a CPAN site near you.
46
47COPYRIGHT
48
49Copyright 2010, Avi Finkel <avi@finkel.org>, all rights
50reserved.  This program is free software; you can redistribute it and/or
51modify it under the same terms as Perl itself.
52