You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some scanned versions of manga combine left and right pages into a single picture, which can be crowded to read on ipad, I hope we can provide the function of splitting pictures and adjusting their display order according to the reading direction.
The text was updated successfully, but these errors were encountered:
I felt the same way. I made a quick implementation where it divides the pages evenly and adds to the page count.
it’s not perfect, since it’s assuming the first and last aren’t double. I’m also using the tag “double paged” to trigger this mode by default, but not sure what the best approach would be (manual setting or auto detect by tag). I would like to do a pull request eventually.
As for display order I used a JSON to reference which page order is which/hidden
Some scanned versions of manga combine left and right pages into a single picture, which can be crowded to read on ipad, I hope we can provide the function of splitting pictures and adjusting their display order according to the reading direction.
The text was updated successfully, but these errors were encountered: