From 64f7dc27aadc1e08b5f24506d3dee525bdec4c4a Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 22 Sep 2023 00:56:05 +0200 Subject: [PATCH] general: added images --- wiki/images.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 wiki/images.md diff --git a/wiki/images.md b/wiki/images.md new file mode 100644 index 0000000..03629ca --- /dev/null +++ b/wiki/images.md @@ -0,0 +1,17 @@ +# Images + +An image is a visual representation of something. +In the computer context it is a file with an extension like `png`, `jpg`, `gif` among others. + +## Clients + +- [sxiv](https://github.com/xyb3rt/sxiv) is an image viewer for [Linux'](/wiki/linux.md) + [X window system](/wiki/linux/x_window_system.md). + +## Editing + +Editing images can be done by various image manipulation software. +A popular cross-platform program for this is [GIMP](https://www.gimp.org/). + +Another part of image manipulation is the upscaling of low resolution images. +This can be done by the cross-platform program [upscayl](https://github.com/upscayl/upscayl).