/imgdiff

ImgDiff is a plugin for IntelliJ which shows the diff between two images in IntelliJ's diff screen

Primary LanguageKotlinApache License 2.0Apache-2.0

imgdiff

imgdiff is a plugin for IntelliJ and similar Jetbrains-products. It shows the diff between two images.

For bugs and comments just use issues.

Installation

Usage

  • Open diff view of Intellij for two images

  • You should see something like the following screenshot

  • screenshot

  • Select "ImageDiff - White background"

    • Diff will be displayed in the middle, same pixel have color white

  • Select "ImageDiff - Original background"

    • Diff will be displayed in the middle, same pixel have color of original

  • Select "ImageDiff - Blinking Diff"

    • Diff will be displayed in the middle, differences are blinking. This is an experimentel feature.

  • If an image has been removed or added IntelliJ defaults behavior is used (you can’t use imageDiff) == Development

  • Current build state : badge

  • Import to intellij with gradle

  • Run task runIde

  • Pullrequests are always welcome :-)