Search code examples
gitimageintellij-ideaintellij-plugin

Intellij diff of images


In my git repository live several images. Sometimes I need to change one and if I want to commit it Intellij shows me in the diff view two files. Left side the image from the repository right my local changed image. Most times this works great, but currently I need something which really makes a diff between both images. If one pixel changes I need to see it. With current approach this is (practically) not possible.

How do I do it with intellij? Or where could I start for writing a pluging to achieve my goal?


Solution

  • Finally, I build my own plugin "imgdiff". If Jetbrains approves it can be used https://plugins.jetbrains.com/plugin/12691-image-diff It works very simple hopefully it will be useful for someone.