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.