Document and simplify
Add crop command
Change colormap cycle key
The image editor nobody asked for.
This is a shell script that glues together feh
and imagemagick
to produce a
rudimentary image editor for performing some simple operations on images (e.g.
resizing or dithering).
Start editing an image by running fehditor image.png
. The main keybindings
are shown on the left while the current image resolution, colormap and
imagemagick
command to produce the image are shown on the bottom left.
The dither
and posterize
commands require a number of colors to be supplied
using the input argument
command before being used. For example, to dither an
image with 8 colors press i
, type the number 8
, press ENTER
and finally
press d
.
The save
command saves the image as a PNG in the current directory.
Copyright 2022-2023 Sotiris Papatheodorou
This program is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.