Skip to content

Commit aa50b13

Browse files
author
conaN
authored
feat: page for recommended image viewers (#221)
1 parent c8d0d7c commit aa50b13

File tree

3 files changed

+50
-8
lines changed

3 files changed

+50
-8
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Image Viewer
3+
description: Recommended Image Viewers for AtlasOS
4+
icon: material/image
5+
---
6+
7+
# :material-image: Image Viewer
8+
9+
## qView
10+
11+
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.
12+
13+
`winget install -e --id mpv.net`
14+
15+
[Download qView ->](https://interversehq.com/qview/download/)
16+
17+
## IrfanView
18+
19+
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.
20+
21+
`winget install -e --id IrfanSkiljan.IrfanView`
22+
23+
[Download IrfanView ->](https://www.irfanview.com/64bit.htm)
24+
25+
## Nomacs (Preview)
26+
27+
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.
28+
29+
[Download Nomacs ->](https://github.com/nomacs/nomacs/releases/)
30+
31+
## Microsoft Photos
32+
33+
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 Microsoft Store.
34+
35+
`winget install -e --id 9WZDNCRFJBH4`
36+
37+
[:fontawesome-brands-microsoft: Download Microsoft Photos ->](ms-windows-store://pdp/?ProductId=9WZDNCRFJBH4)
38+
39+
[:fontawesome-brands-microsoft: Download HEVC Video Extensions ->](ms-windows-store://pdp/?ProductId=9NMZLZ57R3T7)
40+
41+
[:fontawesome-brands-microsoft: Download HEIF Image Extensions ->](ms-windows-store://pdp/?ProductId=9PMMSR1CGPWG)

docs/getting-started/post-installation/software/media-playback.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Media software
3-
description: Recommended media software for AtlasOS
2+
title: Media Player
3+
description: Recommended Media Players for AtlasOS
44
icon: simple/vlcmediaplayer
55
---
66

7-
# :simple-vlcmediaplayer: Media
7+
# :simple-vlcmediaplayer: Media Player
88

99
## VLC Media Player
1010

1111
VLC is one of the most well-known media players because it is simple and works well. It has all the codecs you'll need installed and ready for playback.
1212

1313
`winget install -e --id VideoLAN.VLC`
1414

15-
[:simple-microsoftstore: Download VLC Media Player ->](ms-windows-store://pdp/?ProductId=XPDM1ZW6815MQM)
15+
[:fontawesome-brands-microsoft: Download VLC Media Player ->](ms-windows-store://pdp/?ProductId=XPDM1ZW6815MQM)
1616

1717
## mpv
1818

@@ -26,7 +26,7 @@ For a more accessible experience, we suggest using mpv.net, a fork of mpv with a
2626

2727
`winget install -e --id mpv.net`
2828

29-
[:simple-microsoftstore: Download mpv.net ->](ms-windows-store://pdp/?ProductId=9N64SQZTB3LM)
29+
[:fontawesome-brands-microsoft: Download mpv.net ->](ms-windows-store://pdp/?ProductId=9N64SQZTB3LM)
3030

3131
## Windows Media Player
3232

@@ -36,9 +36,9 @@ However, unlike mpv or VLC Media Player, it does not support all codecs. You may
3636

3737
`winget install -e --id 9WZDNCRFJ3PT`
3838

39-
[:simple-microsoftstore: Download Windows Media Player ->](ms-windows-store://pdp/?ProductId=9WZDNCRFJ3PT)
39+
[:fontawesome-brands-microsoft: Download Windows Media Player ->](ms-windows-store://pdp/?ProductId=9WZDNCRFJ3PT)
4040

41-
[:simple-microsoftstore: Download HEVC Codec ->](ms-windows-store://pdp/?ProductId=9N4WGH0Z6VHQ)
41+
[:fontawesome-brands-microsoft: Download HEVC Codec ->](ms-windows-store://pdp/?ProductId=9NMZLZ57R3T7)
4242

4343
## foobar2000
4444

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ nav:
4141
# discord_friendly_name: 'software'
4242
- Anti Virus: getting-started/post-installation/software/anti-virus.md
4343
- Web Browsers: getting-started/post-installation/software/web-browsers.md
44-
- Media: getting-started/post-installation/software/media-playback.md
44+
- Media Player: getting-started/post-installation/software/media-playback.md
45+
- Image Viewer: getting-started/post-installation/software/image-viewer.md
4546
- Screenshotting: getting-started/post-installation/software/screenshotting.md
4647
- System Info: getting-started/post-installation/software/system-info.md
4748
- Text Editors & IDEs: getting-started/post-installation/software/text-editors.md

0 commit comments

Comments
 (0)