Skip to content

Niederb/hash_art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hash_art

This is a small tool that tries to find a version of a source image that resembles a target image when individual image blocks are hashed. This is done by slightly modifying the source image and iteratively calculating hashes of the distorted source image. The version . Due to the pseudo random behaviour of hash algorithms this is done in a brute force fashion.

Currently the calculations are done on the CPU but my goal is to have an implementation that uses WebGPU.

How to use it

Basic usage

hash_art --source source_image.jpg --target target_image.jpg

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages