tortillas5 / TortillasReader

WPF manga/comic reader in C# for windows.
1 stars 0 forks source link

Double page mode #16

Closed tortillas5 closed 1 year ago

tortillas5 commented 1 year ago

Some manga / comics have double pages in one image only, wich is not properly supported by the reader. To fix this, we'll add a double page mode. It will be disablable. If an image has a width > height, it will only show the double page image.

tortillas5 commented 1 year ago

After a change of mind, the double page mode will show only one page at once, thus enabling the reading of double pages.