nachifur / MulimgViewer

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

Home Page:https://mulimgviewer.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cropped images without border, but still showing border in the original image

stefanklut opened this issue · comments

Hi there,

I really like the idea of your program. I am currently using it to highlight details within images. Is there any way of generating the output image without the border around it while keeping the border on the input? This seems like a good feature as the colored border is only interesting if there are multiple magnifications. What I want to use it for (cropping multiple images) has no need for this border in the output, but should show it on the input.

Thanks in advance

Thank you very much for your attention and love to MulimgViewer. Your proposal is very good.
I am very sorry that the current version does not support this feature.

Currently you can do the following:

  1. Draw line width=2, show box=Ture, save
    image
  2. Copy the dir (origin_img_with_box) to other location
    image
  3. Draw line width=0, show box=Ture, save
  4. Import to ppt, manual splicing.

This seems to be cumbersome, so sorry for that. I will implement this feature as soon as possible.
Finally, sincerely thank you for your suggestions.

Thank you for the temporary solution, and good luck with the project

I have implemented this feature, you need to use python script to run.
1

pip installation:

pip install wxpython pillow pytest-shutil

run:

python3 MulimgViewer.py

Has your problem been solved?

Wow, that was fast. Yes, this does exactly what I want. Thank you very much for your work

If there are any improvements or bugs, please call me, and I will try my best to improve MulimgViewer.
You can recommend MulimgViewer to those around you who need it. My personal propaganda power is seriously insufficient.

Finally, sincerely thank you for your contribution to MulimgViewer.