1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

general: added images

This commit is contained in:
tiyn 2023-09-22 00:56:05 +02:00
parent 3ef06f3863
commit 64f7dc27aa

17
wiki/images.md Normal file
View File

@ -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).