{"id":15936044,"url":"https://github.com/lunardog/imagehash-cli","last_synced_at":"2025-07-16T11:08:58.316Z","repository":{"id":62570529,"uuid":"111501304","full_name":"lunardog/imagehash-cli","owner":"lunardog","description":"Image Hash Command Line Interface","archived":false,"fork":false,"pushed_at":"2019-06-01T23:36:34.000Z","size":8,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-19T09:15:44.548Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lunardog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-21T04:56:37.000Z","updated_at":"2022-08-20T12:30:36.000Z","dependencies_parsed_at":"2022-11-03T17:15:38.923Z","dependency_job_id":null,"html_url":"https://github.com/lunardog/imagehash-cli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunardog%2Fimagehash-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunardog%2Fimagehash-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunardog%2Fimagehash-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunardog%2Fimagehash-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunardog","download_url":"https://codeload.github.com/lunardog/imagehash-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245413543,"owners_count":20611350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-07T04:03:29.234Z","updated_at":"2025-03-25T06:30:54.511Z","avatar_url":"https://github.com/lunardog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageHash CLI\n\n![travis](https://travis-ci.org/lunardog/imagehash-cli.svg?branch=master)\n\nImage Hash Command Line Interface\n\nA command line wrapper of the `imagehash` python library.\n\n# Installation\n\n    $ pip install imagehash-cli\n\n# Usage\n\nTo use it:\n\n    $ imagehash --help\n\nTo get an image hash:\n\n    $ imagehash image.jpg\n    1a787a7a60727a7f%\n\nThere a several hash types.\n\n    $ imagehash image.jpg --hash perception  # perception\n    $ imagehash image.jpg --hash difference  # difference\n    $ imagehash image.jpg --hash wavelet     # wavelet\n    $ imagehash image.jpg --hash average     # average (this is the default)\n\nYou can also rename image files:\n\n    $ imagehash image.jpg --rename\n    image.jpg -\u003e 1a787a7a60727a7f.jpg\n\nRename multiple files to their hashes (quick way to remove duplicates):\n\n    $ imagehash image1.jpg image2.jpg image3.jpg --rename\n\nRename all `jpg` files in a directory (incl. subdirectories) to their hashes:\n\n    $ find . -name '*jpg' -execdir imagehash {} --rename \\;\n\nThis should reduce all duplicates (if in the same subdir) to a single file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunardog%2Fimagehash-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunardog%2Fimagehash-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunardog%2Fimagehash-cli/lists"}