Extension to compare images via VSCode.
cmd + shift + p
-> Image Comparator: Open Window
, opens a new comparison window.
Once the window is open, right click on image files (.png
/.jpg
/.jpeg
) in the context menu, this will give the option Image Comparator: Add Image
to add an image to the comparison window.
You can add as many images as you want, closing the comparator window will reset the image list.
- Open in VS Code 1.47+
npm install
npm run watch
ornpm run compile
F5
to start debugging