]> Sergey Matveev's repositories - galgen.git/blobdiff - README
Style fixes
[galgen.git] / README
diff --git a/README b/README
index 36251cce2f9ca83701ba9368eb93bf2a2158b5ec..137305c52d3f0e887bef700c527d42cbd694b830 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,11 @@
 galgen -- static images gallery generator
 
 That generator is written on zsh and is aimed only to deal with JPEG XL
 galgen -- static images gallery generator
 
 That generator is written on zsh and is aimed only to deal with JPEG XL
-and WebP image formats solely. JPEG XL is superior to any other format
-both in lossy and lossless modes. The only exception is screenshots
-encoded in lossless WebP (VP8L) format.
+image format solely. JPEG XL is superior to any other format both in
+lossy and lossless modes.
 
 
-Just run that script inside the directory with .jxl/.webp files. For
-each file the small preview will be generated in lossy WebP format. Also
+Just run that script inside the directory with .jxl files. For each file
+the small preview will be generated in lossy WebP format. Also
 corresponding HTML file is generated too, containing information about
 the picture and its metadata.
 
 corresponding HTML file is generated too, containing information about
 the picture and its metadata.
 
@@ -16,15 +15,16 @@ You can set the following environment variables:
 * STYLE (URL to CSS file, by default is none, no stylesheet link is set)
 
 If it is JPEG XL, then, for compatibility reason with non-bleeding edge
 * STYLE (URL to CSS file, by default is none, no stylesheet link is set)
 
 If it is JPEG XL, then, for compatibility reason with non-bleeding edge
-software, alternative format is generated too: either JPEG (if JPEG XL
-contains losslessly transcoded JPEG), or PNG (leaving off the alpha channel).
+software, alternative format is generated too (unless NOALT environment
+variable is set): either JPEG (if JPEG XL contains losslessly transcoded
+JPEG), or PNG (leaving off the alpha channel).
 
 
-If image file has corresponding .txt, then it will be included as a
-preformatted text on HTML page.
+If image file has corresponding .txt/.html, then it will be included on
+HTML page.
 
 
-All images are sorted my modification date and grouped by pages,
-linking them together. If directory contains ".txt", then it will be
-included on the first page as a preformatted text.
+All images are sorted my modification date and grouped by pages, linking
+them together. If directory contains ".txt"/".html", then it will be
+included on the first page.
 
 Following external utilities are called: djxl, jxlinfo, exiftool,
 
 Following external utilities are called: djxl, jxlinfo, exiftool,
-pamtopng, pnmscale, pngcrush, advpng, webpinfo, dwebp, cwebp.
+pamtopng, pnmscale, pngcrush, advpng, cwebp, parallel.