diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-02-18 18:10:19 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-02-19 20:48:38 +0100 |
commit | 433ede4bf189a0be3d2313c0a9d9138a71eaa446 (patch) | |
tree | 4eb5d137d297e4c65894d9e065d51c914810b088 /README.adoc | |
parent | 3ae8be8348ca2b636d906be9a434439ce43c300a (diff) | |
download | fiv-433ede4bf189a0be3d2313c0a9d9138a71eaa446.tar.gz fiv-433ede4bf189a0be3d2313c0a9d9138a71eaa446.tar.xz fiv-433ede4bf189a0be3d2313c0a9d9138a71eaa446.zip |
Add a lossless JPEG cropper
This is more of an MVP, as metadata probably need adjustments.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index d303cee..53ea151 100644 --- a/README.adoc +++ b/README.adoc @@ -52,6 +52,8 @@ direct installations. To test the program, help it find its custom thumbnailer: $ PATH=$(pwd):$PATH ./fiv +The lossless JPEG cropper is intended to be invoked from a context menu. + Documentation ------------- For information concerning usage, refer to link:docs/fiv.html[the user guide], |