Skip to content

Commit

Permalink
correct class typos in document
Browse files Browse the repository at this point in the history
  • Loading branch information
ivqonsanada committed Feb 20, 2021
1 parent 951f68f commit 4569ced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Usage

The library comes with 4 built-in hashing implementations:

- `Jenssegers\ImageHash\Implementation\AverageHash` - Hash based the average image color
- `Jenssegers\ImageHash\Implementation\DifferenceHash` - Hash based on the previous pixel
- `Jenssegers\ImageHash\Implementation\BlockHash` - Hash based on blockhash.io **Still under development**
- `Jenssegers\ImageHash\Implementation\PerceptualHash` - The original pHash **Still under development**
- `Jenssegers\ImageHash\Implementations\AverageHash` - Hash based the average image color
- `Jenssegers\ImageHash\Implementations\DifferenceHash` - Hash based on the previous pixel
- `Jenssegers\ImageHash\Implementations\BlockHash` - Hash based on blockhash.io **Still under development**
- `Jenssegers\ImageHash\Implementations\PerceptualHash` - The original pHash **Still under development**

Choose one of these implementations. If you don't know which one to use, try the `DifferenceHash` implementation. Some implementations allow some configuration, be sure to check the constructor.

Expand Down

0 comments on commit 4569ced

Please sign in to comment.