You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- scale: scale, scale is applied before coordinate.(panning)
40
-
- diff: turn on / off diff mode.
41
-
- ref: reference image to diff. you can change ref by frame click in diff mode.
42
-
- tolerance: if difference value(Mean Square Error) is greater than or equal tolerance, pixel is set difference-tag. opposite, set same-tag less than tolerance. 
43
-
- home: move to image load page.
44
-
- rearrange: rearrange frames. drag and drop.
45
-
- setting
46
-
```
47
-
- define image size: image size to be resized. only can set before load images.
48
-
- show overlay text: show / hidden file name and description.
49
-
- frame row count: frames row count.
50
-
- border width: border width. limit to [0, 40)
51
-
- border color: border color.
33
+
- mouse & touch drag - panning
34
+
- mouse wheel & pinch to zoom - zoom in / out
35
+
- mouse doubleclick - change reference image for diff
36
+
- right mouse drag - adjust brightness and contrast
37
+
- control panel parameter - see [vue-image-diff](https://github.com/whwnsdlr1/vue-image-diff) readme
52
38
```
53
39
54
40
## Browser support - (tested)
@@ -63,9 +49,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments