-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Open multiple images at once within the SAME window #89
Comments
I might make a scrollable tabbed interface one day, but no promises. |
This is what's keeping me from using PicView as my main comic viewer. CDisplayEx allows you to view 2 (portrait) pages at the same time, but PicView can only show one at a time with a huge whitespace gap on either side going to waste. |
Some updates regarding this issue: I'm currently working on rewriting the project to Avalonia to future proof it, improve start-up time, reduce application file size, add macOS support and more. I'll write an issue an detailing it more in the future. After that is done, I'll start working on an optional scrollable tabbed interface. @ScottRFrost Once all that is done, I can take a look at making an optional feature to toggle viewing two images at once |
I'd be happy to test it out if you make a new build. I attempted to build it, but it looks like you're targeting .NET 9 and using the new Lock class and I didn't want to mess around installing preview VS and beta .NET 9. |
Thanks, I'd be glad if you tried it out and gave me your feedback. I'll be posting an update with new builds soon. |
I've made a new build at https://picview.org/avalonia-download that contains side by side view. Though, SVG's and animated images are currently not supported for it. |
Is your feature request related to a problem? Please describe.
I would like it when I open multiple images, that they open up in the SAME window, not a seperate window.
Describe the solution you'd like
See above
Describe alternatives you've considered
None. What if I want to open 200 images at once? Having 200 seperate windows is bad for overloading the RAM
Additional context
N/A
The text was updated successfully, but these errors were encountered: