Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include individual image filenames in the output image #12

Closed
Faberman opened this issue Jun 30, 2021 · 3 comments
Closed

Include individual image filenames in the output image #12

Faberman opened this issue Jun 30, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request good issue Good feedback

Comments

@Faberman
Copy link
Collaborator

Faberman commented Jun 30, 2021

Another feature which I believe would be useful, especially if comparing lots of very similar images.
It's also useful if you decide to show the output image to other people.

Or maybe even without the extension.

Parallel zoom

Direct comparison

@nachifur
Copy link
Owner

nachifur commented Jul 1, 2021

Sorry, there is a time difference between us, which is why I cannot reply to you in time.
The current process used in publishing papers is:

  • use MulimgViewer to arrange the pictures at once
  • then import the ppt to add the title. E.g:

image

In publishing paper, there is no need to display the title of each image, usually Parallel manual+Sequential is the best mode, so I did not give priority to this function. But this function is very useful for image comparison in practice.
I will consider implementing this feature later, but there are difficulties. In order to ensure the consistency of the processing, I need to convert fonts to images and then stitch them together. It is a challenge to determine the font size and to display the long file name as title.
Thank you for your suggestions for improvement. I will add this feature in a future version.

@nachifur nachifur added enhancement New feature or request good issue Good feedback labels Jul 1, 2021
@Faberman
Copy link
Collaborator Author

Faberman commented Jul 2, 2021

Thank you. Yes, you are right. I consider it as a complimentary option for a direct comparison mode I was talking about earlier.

@nachifur
Copy link
Owner

Let me tell you a good news, this feature has been developed.
Now, you need to use python script to run.
image
image

pip installation:

pip install wxpython pillow pytest-shutil

run:

python3 MulimgViewer.py

Has your problem been solved?
Finally, sincerely thank you for your contribution to MulimgViewer.

@nachifur nachifur self-assigned this Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good issue Good feedback
Projects
None yet
Development

No branches or pull requests

2 participants