Skip to content

Commit

Permalink
feat: page for recommended image viewers (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
conaN authored Jul 15, 2024
1 parent c8d0d7c commit aa50b13
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 8 deletions.
41 changes: 41 additions & 0 deletions docs/getting-started/post-installation/software/image-viewer.md
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 Microsoft Store.

`winget install -e --id 9WZDNCRFJBH4`

[:fontawesome-brands-microsoft: Download Microsoft Photos ->](ms-windows-store://pdp/?ProductId=9WZDNCRFJBH4)

[:fontawesome-brands-microsoft: Download HEVC Video Extensions ->](ms-windows-store://pdp/?ProductId=9NMZLZ57R3T7)

[:fontawesome-brands-microsoft: Download HEIF Image Extensions ->](ms-windows-store://pdp/?ProductId=9PMMSR1CGPWG)
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: Media software
description: Recommended media software for AtlasOS
title: Media Player
description: Recommended Media Players for AtlasOS
icon: simple/vlcmediaplayer
---

# :simple-vlcmediaplayer: Media
# :simple-vlcmediaplayer: Media Player

## VLC Media Player

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.

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

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

## mpv

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

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

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

## Windows Media Player

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

`winget install -e --id 9WZDNCRFJ3PT`

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

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

## foobar2000

Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ nav:
# discord_friendly_name: 'software'
- Anti Virus: getting-started/post-installation/software/anti-virus.md
- Web Browsers: getting-started/post-installation/software/web-browsers.md
- Media: getting-started/post-installation/software/media-playback.md
- Media Player: getting-started/post-installation/software/media-playback.md
- Image Viewer: getting-started/post-installation/software/image-viewer.md
- Screenshotting: getting-started/post-installation/software/screenshotting.md
- System Info: getting-started/post-installation/software/system-info.md
- Text Editors & IDEs: getting-started/post-installation/software/text-editors.md
Expand Down

0 comments on commit aa50b13

Please sign in to comment.