Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zdy1988/zhai.pictureview
A beautiful and practical picture browser...
https://github.com/zdy1988/zhai.pictureview
image image-view picture-gallery picture-viewer pictures windows-desktop wpf
Last synced: 7 days ago
JSON representation
A beautiful and practical picture browser...
- Host: GitHub
- URL: https://github.com/zdy1988/zhai.pictureview
- Owner: zdy1988
- License: mit
- Created: 2022-02-24T17:18:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T09:09:23.000Z (11 months ago)
- Last Synced: 2023-12-14T10:34:06.931Z (11 months ago)
- Topics: image, image-view, picture-gallery, picture-viewer, pictures, windows-desktop, wpf
- Language: C#
- Homepage:
- Size: 5.62 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZHAI PICTURE VIEW
![favicon](/src/favicon.ico)
ZHAI PICTURE VIEW 诞生于我(ZDY)的个人兴趣,我会在有限的时间里维护这个软件。如果在使用的过程中发现什么BUG,欢迎发送描述信息和图片到我的邮箱,也可以在我的GitHub上留言,我会尽力改进软件...
ZHAI PICTURE VIEW build for .Net 6
![Snapshot](/Snapshot.jpg)
![Snapshot](/Snapshot1.jpg)
![Snapshot](/Snapshot2.jpg)
## Future
- [x] Dragging
- [x] Rotate Left/Right
- [x] Zoom In/Out
- [x] Zoom In/Out based on a point
- [x] Double click to zoom in
- [x] Thumb list
- [x] Thumb map
- [x] Auto Play
- [x] Print Picture
- [x] Delete Picture
- [x] Prev Picture
- [x] Next Picture
- [x] Prev Picture Floder
- [x] Next Picture Floder
- [x] Exif
- [x] Effects
- [x] Gallery## Shortcuts
| Keys | Description |
| ----------- | ----------- |
| Key.Left | Prev Picture or Prev Picture Floder |
| Key.Right | Next Picture or Next Picture Floder |
| Key.Up or Key.OemPlus | Zoom In |
| Key.Down or Key.OemMinus | Zoom Out |
| Key.OemPeriod | Rotate Right |
| Key.OemComma | Rotate Left |
| Key.Back | Reset |
| Key.Tab | Show/Hide Gallery |## File support
```
.jpg .jpeg .jpe .png .bmp .tif .tiff .gif .ico .jfif .webp .svg .svgz
.psd .psb .xcf .jxl .heic .heif .jp2 .hdr .tga .dds
.3fr .arw .cr2 .cr3 .crw .dcr .dng .erf .kdc .mdc .mef .mos .mrw .nef .nrw .orf .pef .raf .raw .rw2 .srf .x3f
.pgm .hdr .cut .exr .dib .emf .wmf .wpg .pcx .xbm .xpm .wbmp
```RAW camera formats may be slower to load
## Thanks
[Magick.NET](https://github.com/dlemstra/Magick.NET)
[PicView](https://github.com/Ruben2776/PicView)
[XamlAnimatedGif](https://github.com/XamlAnimatedGif/XamlAnimatedGif)
[Pfim](https://nickbabcock.github.io/Pfim/)
[SkiaSharp](https://github.com/mono/SkiaSharp)
[VirtualizingWrapPanel](https://github.com/sbaeumlisberger/VirtualizingWrapPanel)