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

Window name doesn't match the name of the image file in Windows OS #2

Open
valentinitnelav opened this issue Oct 27, 2022 · 0 comments
Labels
wontfix This will not be worked on

Comments

@valentinitnelav
Copy link
Owner

This is because the PIL | Image.show() method opens a temporary PNG file for the current image file (under Windows).

In im.show(title=img_path) title doesn't work as expected, see:

Not sure if I can solve this for now or if it will prove to be problematic for our workflows. Possibly check image visualization with opencv-python.

@valentinitnelav valentinitnelav changed the title Window name doesn't match the name of the image file Window name doesn't match the name of the image file in Windows OS Oct 27, 2022
@valentinitnelav valentinitnelav added the wontfix This will not be worked on label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant