diff --git a/docs/getting-started/post-installation/software/image-viewer.md b/docs/getting-started/post-installation/software/image-viewer.md new file mode 100644 index 00000000..149eb523 --- /dev/null +++ b/docs/getting-started/post-installation/software/image-viewer.md @@ -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) diff --git a/docs/getting-started/post-installation/software/media-playback.md b/docs/getting-started/post-installation/software/media-playback.md index a52b082d..d1901807 100644 --- a/docs/getting-started/post-installation/software/media-playback.md +++ b/docs/getting-started/post-installation/software/media-playback.md @@ -1,10 +1,10 @@ --- -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 @@ -12,7 +12,7 @@ VLC is one of the most well-known media players because it is simple and works w `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 @@ -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 @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 0149cb73..0b713fcb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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