imgdiff is a plugin for IntelliJ and similar Jetbrains-products. It shows the diff between two images.
For bugs and comments just use issues.
-
Open diff view of Intellij for two images
-
You should see something like the following 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
-
Import to intellij with gradle
-
Run task
runIde
-
Pullrequests are always welcome :-)