Skip to content

An image viewer that allows you to browse images in folders and compressed files like a book. Powerful customization is available.

License

Notifications You must be signed in to change notification settings

neelabo/NeeView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeeView

NeeView Portal Site (English/日本語)

Screenshot

Screenshot

Description

An image viewer that allows you to browse images in folders and compressed files like a book. Powerful customization is available.

  • Supported image format (bmp, jpg, gif, tiff, png, ico, WIC images)
  • Compressed file support (zip, rar, 7z, lzh, cbr, cbz, cb7, ...)
  • Recursive compressed file support
  • PDF support
  • Video play support
  • Touch operation supported
  • Mouse gesture supported
  • Key customization, gesture setting
  • Movement, rotation, scaling by dragging
  • Loupe mode
  • Facing mode
  • Full screen mode
  • Slide show
  • Susie plugin support
  • Image drop from web browser
  • Command extension by scripts

System Requirements

  • Windows 10 64bit or higher

Download

Development Environment

  • Windows 10 64bit
  • VisualStudio 2022
    • .NET Desktop Development
    • Desktop development in C++

Development of Language Files

Branching Strategy

master

This is the main development branch. Basically, pull requests are accepted here.

version-XX

Branches of each major version. When development of the next major version begins on the master branch, a branch is created to maintain the current major version.

Versioning Strategy

Update the major version with any feature additions or changes.

If there are no changes in functionality, such as bug fixes, the minor version will be updated.

The build version is automatically assigned the number of commits up to that revision. It is internal and not public.