Pixiple is a Windows application that searches your files for images that are similar in pixel and metadata content and presents you with a sorted list of similar image pairs to compare.
Unlike similar programs, Pixiple will attempt to find not only duplicate images but images that have something in common, either in their general appearance or their metadata, and may belong together. Pixiple also lets you compare two images (with synchronised zooming and panning) and check for minute quality differences (with the "swap images" button).
- Uses both pixel and metadata content (dates, location, camera) to find related images.
- Fast, multi-threaded processing.
- Minimalist, resizable, localised, DPI-aware UI.
- Portable: single file, no settings saved, no installation required.
- Free, open source, no restrictions, no nonsense.
- Optimised for cows.
- Support for image file formats supported by Windows Imaging Component only (PNG, JPEG, GIF, TIFF, BMP).
- No caching of previous results, so all images must be processed every new scan.
- No installer.
- Cows not included.
Windows 7 or later.
For other versions of Windows, Pixiple requires access to Direct2D and Windows Imaging Component which may be available as updates for download from Microsoft. Pixiple will not work on Windows XP, however.
Download the executable from Releases.
Pixiple will easily detect images that are identical, have identical pixel content, are uniformly resized, flipped, rotated (90, 180, 270 degrees), are cropped along a single edge, or have minor differences in pixel content.
Pixiple is less well able to detect similar images with significant changes to pixel content (cropping or change of brightness, contrast, saturation, etc).
File metadata (name, size, date, format) is ignored when detecting similarity. By default, image paths are also ignored.
- Install Visual Studio Code
- Install the C/C++ extension for VS Code
- Install the Microsoft Visual C++ (MSVC) compiler toolset (see details here)
- Adjust path in
.vscode/c_cpp_properties.json
- Make sure you start VS Code via the Developer Power Shell by calling
code .
from the pixiple repository directory