-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
37 lines (22 loc) · 807 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Image-PHash
Image::PHash - Fast perceptual image hashing (DCT-based pHash)
INSTALLATION
You would normally install this Perl package via a CPAN package manager e.g.:
cpanm Image::PHash
To install this module manually, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
CPAN:
https://metacpan.org/release/Image-PHash
After installing, you can find documentation for this module with the
perldoc command:
perldoc Image::PHash
Source code and issues on GitHub:
https://github.com/dkechag/Image-PHash
LICENSE AND COPYRIGHT
This software is copyright (c) 2022, SpareRoom & Dimitrios Kechagias.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.