~sotirisp/fehditor

feh + imagemagick = ???
Document and simplify
Change colormap cycle key

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sotirisp/fehditor
read/write
git@git.sr.ht:~sotirisp/fehditor

You can also use your local clone with git send-email.

#fehditor

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

#Usage

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.

#Dependencies

  • feh
  • imagemagick
  • mktemp (from GNU coreutils or busybox)
  • a POSIX shell and utilities

#License

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.

Do not follow this link