Skip to content

fire-eggs/ComicViewer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

With a Little Help From ...

logo2 - Deleaker : the best tool for finding memory, GDI and other leaks!

ComicViewer

A fork of Rutger Spruyt's "C# ComicViewer". See http://sourceforge.net/projects/csharpcomicview/

Now at http://riuujin.github.io/charpcomicviewer-sf

Description

A manga/comicbook reader in C#, .NET 4.0 and WPF. View images on disk, or from within Zip/rar/cbr/cbz/7z files. Uses 7-zip and SevenZipSharp.

Features

For basic features, please see either project at the above links.

Features Specific to this Fork (in no particular order)

  • "Goto page" dialog
  • Double-page view
  • Keyboard shortcuts hint display
  • Support GIF as loadable image
  • Support NFO as viewable text
  • Next / Previous page via mouse "fly-overs"
  • Handle various file load errors
  • Plugged memory/resource leaks
  • Asynchronous archive loading (don't have to wait for the entire zip file to load)
  • 01/03/2016: if you open a single image in a folder, the program will now open all images in the folder.
  • 04/02/2016: attempt to handle archives-containing-archives. Not asynchronous.
  • 04/30/2016: most-recently-used file list under File menu
  • 01/26/2018: image files would stop loading on exception (e.g. permissions, read error)

Install

  1. Copy the four files from the Executable folder to a directory on your system.
  2. Run csharp-comicviewer.exe.

Should work on Windows 7 or later without any additional steps.