ComicViewer
ComicViewer copied to clipboard
Image / manga / comic-book viewer in C# and WPF.
The "multi_zero_start" archive, when loaded, crashes. When the files are extracted and opened as files, no crash. I think it is due to the AsyncLoader logic only loading the first...
The code suggests that multiple archives can be loaded, and then navigate between them. E.g. Alt+Home, Alt+End, Alt+PageDown, Alt+PageUp. However, Alt+Home / Alt+End seem to be non-functional. 1. Using file...
The quick-and-dirty load of "archive containing archives" has made the code a bit too much of a cobble. 1. Have lost "async" feature: containing archive has to be fully extracted...
Consider a new feature: "Load folder" which loads all images in the folder. A possibly "more obvious" implementation of the current behavior of "load a single image automatically loads all...
Problems with the next/prev hint bars: 1. the arrows need to be centered vertically 2. the arrow backgrounds don't match the bar color
Bookmarks may not be working with image files (not archives)? See MainDisplay.xaml.cs, LoadAndDisplayComic, _TODO_
Scan a folder tree containing books Show a preview of first page(s) in the book Helpful for spotting duplicates, finding books you want to read - Will want to cache...