-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: page for recommended image viewers
- Loading branch information
36conaN
authored and
36conaN
committed
Jul 14, 2024
1 parent
c8d0d7c
commit 31dce8a
Showing
3 changed files
with
50 additions
and
8 deletions.
There are no files selected for viewing
41 changes: 41 additions & 0 deletions
41
docs/getting-started/post-installation/software/image-viewer.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Image Viewer | ||
description: Recommended Image Viewers for AtlasOS | ||
icon: material/image | ||
--- | ||
|
||
# :material-image: Image Viewer | ||
|
||
## qView | ||
|
||
qView is an open source image viewer with the goal to be as minimalistic as possible. It is incredibly lightweight and offers a clean and minimal UI. If you just want to view images and don't need any extra features, qView is the best choice. | ||
|
||
`winget install -e --id mpv.net` | ||
|
||
[Download qView ->](https://interversehq.com/qview/download/) | ||
|
||
## IrfanView | ||
|
||
IrfanView is a lightweight image viewer that is easy to use while still offering plenty of features for more advanced users, which can be expanded even further by a variety of plugins. If you want to not just view but also edit images, IrfanView is perfect. | ||
|
||
`winget install -e --id IrfanSkiljan.IrfanView` | ||
|
||
[Download IrfanView ->](https://www.irfanview.com/64bit.htm) | ||
|
||
## Nomacs (Preview) | ||
|
||
Nomacs is a simple yet powerful open source image viewer used for the viewing and basic editing of images. However, unlike qView and IrfanView, the latest official release is very outdated, which is why we recommend using the latest preview. | ||
|
||
[Download Nomacs ->](https://github.com/nomacs/nomacs/releases/) | ||
|
||
## Microsoft Photos | ||
|
||
Microsoft Photos is an image viewer made by Microsoft and installed by default on AtlasOS. It has a modern UI and features integrations with OneDrive and iCloud. However, unlike the previosly listed options, it does not support all codecs by default so you may have to download additional codec extensions from the Microsft Store. | ||
|
||
`winget install -e --id 9WZDNCRFJBH4` | ||
|
||
[:fontawesome-brands-microsoft: Download Microsoft Photos ->](ms-windows-store://pdp/?ProductId=9WZDNCRFJBH4) | ||
|
||
[:fontawesome-brands-microsoft: Download HVEC Video Extensions ->](ms-windows-store://pdp/?ProductId=9NMZLZ57R3T7) | ||
|
||
[:fontawesome-brands-microsoft: Download HEIF Image Extensions ->](ms-windows-store://pdp/?ProductId=9PMMSR1CGPWG) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters