-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENH] ImageViewer: Add a 'Preview' like window #1402
[ENH] ImageViewer: Add a 'Preview' like window #1402
Conversation
Current coverage is 88.19% (diff: 100%)@@ master #1402 diff @@
==========================================
Files 77 77
Lines 7613 7613
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 6714 6714
Misses 899 899
Partials 0 0
|
275b4c6
to
0a07da0
Compare
This is a great addition to Image Viewer. Has problems though if the images are very big (say 3000 x 3000). Then the preview window would cover the entire area of the screen. I can make preview window smaller, but as soon as I click on the main Image Viewer (or change the image by using arrow keys) the preview comes into focus in a full size, obscuring everything else. This could be fixed with:
When preview opens, it shows at front (correct), but then I am not able to click on other windows, say on Image Viewer. It would be better if Preview is treated just as a regular window that can also fall back when other windows are brought into focus. Check also changing the images. If i do (1) bring the preview window, (2) click on the Image View window, the selected image changes with arrow keys, but the preview image stays the same. |
I kind of like it how it work on osx. Preview opens large automatically adapts it size to the image it displays until I resize it manually. Once manually resized, it will keep the size (and position) until closed. |
Display class and meta vars before the regular attributes
0a07da0
to
90bb98f
Compare
The image window now remembers it it was resized by the user and keeps that size when switching between images. Hiding/showing the window will reset this state, reverting back to automatic resize. |
Introduce a 'OSX Preview' like window to step through the images.