A simple and elegant macOS application for visually comparing images with drag-and-drop functionality.
- Smart Drag & Drop: Drop images into panels or drop 2 images simultaneously to auto-populate both sides
- Comparison Modes:
- Side by Side: Manual comparison view
- Overlay: Adjustable opacity blending with animated loop option
- Difference: Visual highlighting of changed pixels
- Wide Format Support: PNG, JPG, GIF, TIFF, HEIC, WebP, BMP, ICO, AVIF
- Export: Save difference images as PNG files
- macOS 13.0 or later
- Xcode 15.0 or later (for building)
- Clone the repository
- Open
ImageDiffTool.xcodeprojin Xcode - Select your development team and press Cmd+R to build and run
- Load Images: Drag image files into left/right panels
- Select Mode: Choose Side by Side, Overlay, or Difference
- Compare: Click "Compare" to process images
- Export: Save difference images with "Export Difference"
- SwiftUI for UI development
- Core Image for image processing
- NSView for drag-and-drop functionality
This project is provided as-is for educational and personal use.
