PicView icon indicating copy to clipboard operation
PicView copied to clipboard

Fast, free and customizable image viewer for Windows 10 and 11.

Results 64 PicView issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I changed the language to English, however, PicView was still displayed in simplified Chinese. (it is probably because my system setting is traditional Chinese) **To Reproduce** Steps...

## Description Add traditional Chinese (zh-tw) translation. ## Motivation and Context #13 ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug...

If you would like to translate PicView, or update an existing translation, please take a look at my guide: 1. Make a fork of this repository 2. Copy `en.json` from...

help wanted
good first issue
PR Welcome

#58 Need it for sizing the window. Required for #66

#58 Take a look at https://github.com/worldbeater/Camelotia/blob/main/src/Camelotia.Presentation.Avalonia/Services/AvaloniaFileManager.cs and https://github.com/grokys/FileDialogMvvm

#58 ~~Tutorial at https://makolyte.com/csharp-how-to-read-custom-configuration-from-appsettings-json/~~ Try to do data persistence https://docs.avaloniaui.net/guides/deep-dives/reactiveui/data-persistence || https://github.com/reactiveui/ReactiveUI.Samples/tree/main/avalonia/suspension/ReactiveUI.Samples.Suspension

#58 Depends on #66 Need to figure out multi-platform solution to extract archives, without relying on external programs

Working on rewriting this project to AvaloniaUI to future proof it and add support for Mac and Linux. The branch is at https://github.com/Ruben2776/PicView/tree/AvaloniaRewrite it will be rewritten to use MVVM...

help wanted