PixelFresh computes a perceptual hash (pHash) for your images directly in the browser, so you can fingerprint pictures and spot near-duplicates in seconds. Every step runs on your own device using JavaScript and the HTML canvas — nothing is ever uploaded to a server. Drop in one or more images and get a stable hash you can copy, compare, or reuse.
Free to use — images are processed locally and never leave your device.
Drag and drop or select an image file. It stays on your device the whole time.
PixelFresh reads the pixels and calculates the perceptual hash locally in your browser.
Copy the pHash string, or add a second image to see how visually similar they are.
The image is drawn to an HTML canvas, downscaled, and converted to grayscale so the tool can read raw pixel values without any server.
From those pixels, PixelFresh derives a compact perceptual hash that stays stable across resizing and light edits, and it can compare two hashes by Hamming distance.