MulimgViewer icon indicating copy to clipboard operation
MulimgViewer copied to clipboard

MulimgViewer is a multi-image viewer that can open multiple images in one interface, which is convenient for image comparison and image stitching.

Results 23 MulimgViewer issues
Sort by recently updated
recently updated
newest added

Currently, we provide an example program to write csv to a list of images. See https://github.com/nachifur/MulimgViewer/issues/57

enhancement

When users open `mulimgviewer`, then maximize the window, close it, reopen it. How can let it keep the last window size (maximize) and position? It should be convenient for the...

enhancement
good issue

Such as user can customize h/j/k/l to move left/down/up/right?

enhancement
good issue

Such as ```yaml mode: "parallel auto" uniformsize: "fill" hotkeys: left: "h" right: "l" up: "k" down: "j" ... ``` Or just read a python file to configure like ipython and...

enhancement
question

Currently, `mulimgviewer /the/path/of/image.png` can open `/the/path/of/image.png`. Why not `mulimgviewer /the/path/of/dir` open the directory containing images?

enhancement

The font occupies too much size in the package. Why not use system font `/usr/share/fonts` or `C:\Windows\System32\fonts` directly?

enhancement
question

Currently, mouse scroll wheel can move up/down. How about add Shfit+scroll wheel and Ctrl+scroll wheel?

enhancement
good issue

The currently considered implementation options are as follows: 1. Import of video data 2. Checking the auto-browse checkbox 3. Fill in the number of interval frames (process every few frames)...

enhancement
help wanted

很多场景中,都是对视频进行逐帧处理,然后对比处理前后的视频效果,MulimgViewer 当前对图片的浏览对比比较完善,但是暂时还不支持对视频的直接处理,只能先将视频截取成图片。 直接支持视频对比,有如下优势: - 视频截取的方式存在二次编码,可能会引入新的误差,直接支持视频处理对于这种场景会有好处。 - 直接支持视频,也方便对于视频的逐帧对比。

enhancement
good first issue