https://github.com/iberisoft/winview
Desktop image viewer
https://github.com/iberisoft/winview
caliburn-micro image-viewer wpf
Last synced: 16 days ago
JSON representation
Desktop image viewer
- Host: GitHub
- URL: https://github.com/iberisoft/winview
- Owner: iberisoft
- Created: 2025-08-28T07:18:40.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-09-16T02:02:09.000Z (20 days ago)
- Last Synced: 2025-09-16T03:33:01.672Z (20 days ago)
- Topics: caliburn-micro, image-viewer, wpf
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WinView
WinView is a desktop image viewer designed for [XPACS](https://iberisoft.github.io/XPacs.doc) and some other backend platforms.
## Prerequisites
* [.NET Framework 4.8](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48) (already installed in almost any Windows PC)
## Usage
The application can work with local files and files stored in a [simple storage](https://github.com/iberisoft/x-view-simple-storage),
depending on the value of the `StorageType` setting.### Local Files
If `StorageType` is set to `local`, the application loads files from the folder specified in the command line.
### Simple Storage
If `StorageType` is set to `simple`, the application loads files from the folder specified in the command line in the form `foldername=`, followed by the folder name.
The service URL is defined in the `StorageUrl` setting.