From 6ef5d360800d9e06af9d1c04894a7823c9855fc0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 4 Jul 2016 16:51:31 +0900 Subject: [PATCH] include fgallery Signed-off-by: Nico Schottelius --- ...ic-image-gallery-generator-comparison.mdwn | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/static-image-gallery-generator-comparison.mdwn b/docs/static-image-gallery-generator-comparison.mdwn index 6f3c2ae1..73ac20d3 100644 --- a/docs/static-image-gallery-generator-comparison.mdwn +++ b/docs/static-image-gallery-generator-comparison.mdwn @@ -55,13 +55,31 @@ Other | Stuff not categorised / special about this tool # cgg automatically creates the destination directory cgg -s cgg-input -o cgg-output/ +## [fgallery](https://www.thregr.org/~wavexx/software/fgallery/) (1.8.2) + + * Next image: Link next to the image + * Output: Different directory + * Original image reference: Copy (optional) + * Original image location: Originals are copied + * Image scaling: Supported + * Exif: Supported + * Default design: Good usable + * Configuration: Command line + * Subdirectory index: No + * Other: Sets background colour fitting to image + +### Sample usage: + + cp -r basis fgallery-input + fgallery -j 4 fgallery-input fgallery-out + ## [gthumb](http://live.gnome.org/gthumb) (2.10.12) * Next image: Various * Output: Different directory * Original image reference: Link from scaled image * Original image location: Copy (optional) - * Image scaling: supported + * Image scaling: Supported * Exif: Supported * Default design: Good usable * Configuration: GUI