Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neelabo/neeview
An image viewer that allows you to browse images in folders and compressed files like a book. Powerful customization is available.
https://github.com/neelabo/neeview
csharp dotnet image-viewer picture-viewer windows-desktop wpf
Last synced: about 16 hours ago
JSON representation
An image viewer that allows you to browse images in folders and compressed files like a book. Powerful customization is available.
- Host: GitHub
- URL: https://github.com/neelabo/neeview
- Owner: neelabo
- License: mit
- Created: 2025-01-15T05:14:18.000Z (12 days ago)
- Default Branch: master
- Last Pushed: 2025-01-25T11:15:29.000Z (2 days ago)
- Last Synced: 2025-01-25T12:19:26.175Z (2 days ago)
- Topics: csharp, dotnet, image-viewer, picture-viewer, windows-desktop, wpf
- Language: C#
- Homepage:
- Size: 66.7 MB
- Stars: 37
- Watchers: 3
- Forks: 2
- Open Issues: 236
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NeeView
![Screenshot](docs/assets/images/neeview39.jpg)
## 説明
フォルダーや圧縮ファイルにある画像を本のように閲覧できる画像ビューアーです。
強力なカスタマイズが可能です。* 標準対応画像フォーマット (bmp, jpg, gif, tiff, png, ico, WIC対応画像)
* 圧縮ファイル対応 (zip, rar, 7z, lzh, cbr, cbz, cb7, ...)
* PDF対応
* 動画再生対応
* 多重圧縮ファイル対応
* タッチ操作対応
* マウスジェスチャー対応
* キーカスタマイズ、ジェスチャ設定可能
* ドラッグによる移動、回転、拡縮
* ルーペモード
* 見開き表示モード
* フルスクリーンモード
* スライドショー機能
* マルチスレッド、先読み対応
* Webブラウザからの画像ドロップ
* Susieプラグイン対応
## システム要件* Windows 10 64bit 以降
## ダウンロード
- [GitHub Releases](https://github.com/neelabo/NeeView/releases)
- [Microsoft Store](https://www.microsoft.com/store/apps/9p24z53hc1jr)
- [Vector](https://www.vector.co.jp/soft/winnt/art/se512262.html)## 開発環境
* Windows 10 64bit
* VisualStudio 2022
- .Net デスクトップ開発
- C++によるデスクトップ開発## 言語ファイルの開発について
- [Development of Language Files](NeeView/Languages)
## ブランチ戦略
### master
メイン開発ブランチです。基本的にプルリクエストはここで受け付けます。
### version-XX
各メジャーバージョンのブランチです。
master ブランチで次のメジャーバージョンの開発が始まると、現在のメジャーバージョンの保守用としてブランチが作られます。