jakehwll / yomi

📖 Yomi is a manga and comic-book reader solution that puts you in charge of your library.
2 stars 1 forks source link

Multi-page Size Support #12

Closed jakehwll closed 2 years ago

jakehwll commented 2 years ago

Currently we're hard locking the user to a 2:3 ratio. Would be great if we could generate this on the fly to better support comic books and wide-style web release.

jakehwll commented 2 years ago

This was resolved with feat: implement new reader index and UI fixes as the indexer will automatically split images that are wider than they are tall.

TBD in the future we'd be optimally able to detect how many pages to split these into however a split of a single large file into two smaller JPEG's is fine for the time being.