-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
[Feature Request] Align Double Pages According to their Reading Direction #670
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
still interested |
For this to work best, pages must have been analyzed for dimensions (which is the default since quite some time) . If it's not the case, an arbitrary aspect ratio is used instead, which should work fine for most images. Reanalyzing the book will get the correct dimensions in case you're not happy with the default alignment. |
# [0.136.0](v0.135.1...v0.136.0) (2021-12-14) ### Features * **webreader:** align double pages according to reading direction ([218fd79](218fd79)), closes [#670](#670)
🎉 This issue has been resolved in version 0.136.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Is your feature request related to a problem? Please describe.
I read comic with double pages on two vertical monitors.
When in double page mode, Komga centers single pages.
![image](https://user-images.githubusercontent.com/32607317/132967989-fe8800bc-08df-4193-9750-0fb43ec17581.png)
Double pages still look fine:
![image](https://user-images.githubusercontent.com/32607317/132967996-3addc8e0-1126-4acb-b713-e95909f10d00.png)
It also doesn't put the second to last page and the last page next to each other. This part may be considered a bug.
Second to last page:
![image](https://user-images.githubusercontent.com/32607317/132967997-38dca9d3-85ea-4d15-8a30-63df902d2088.png)
Last page:
![image](https://user-images.githubusercontent.com/32607317/132967999-c8c2ca17-03a5-4998-9729-b9c22254fd4c.png)
Describe the solution you'd like
Show right to left pages aligned to the left if it's at the beginning & left to right pages at the left if it's at the beginning.
Short right to left pages aligned to the right if it's at the end, and show left to right pages the right if it's at the end.
This should fix the natural flow of the pages.
Describe alternatives you've considered or other apps that can do what you want
Cover does exactly this:
![image](https://user-images.githubusercontent.com/32607317/132968013-fd55eff4-0441-4162-8bea-581ff4bfd731.png)
![image](https://user-images.githubusercontent.com/32607317/132968016-eceedfc3-6c72-450e-863a-e51166025057.png)
Right to left, first page, left aligned
Last two pages:
Additional context
This is a comic that is available freely online that you can try it out with to reproduce: https://www.dropbox.com/s/9t0khm18ivwnr09/%E9%AD%94%E5%A5%B3%E3%81%A8%E9%A8%8E%E5%A3%AB%E3%81%AF%E7%94%9F%E3%81%8D%E3%81%AE%E3%81%93%E3%82%8B%20-%20%E7%AC%AC01%E5%B7%BB.cbz?dl=0
The text was updated successfully, but these errors were encountered: