LANraragi icon indicating copy to clipboard operation
LANraragi copied to clipboard

[Feature Request] Split Picture

Open millionart opened this issue 1 year ago • 1 comments

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.

millionart avatar Dec 30 '23 06:12 millionart

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

cazendium avatar Dec 30 '23 12:12 cazendium