aboutsummaryrefslogtreecommitdiff
path: root/webp/README.md
diff options
context:
space:
mode:
authorBrian Woods2023-02-22 01:09:37 -0500
committerBrian Woods2023-02-22 01:13:11 -0500
commit8fe5bf1295799a63aca7a16469771e257e5cfc49 (patch)
treea3ab4aeb3a682c5039ce15a880fe0dae97ed4d8b /webp/README.md
parent85f977cabc3f4bb976cec15bf2c2a2674542f424 (diff)
Add webp scripts and makefiles
Add scripts for testing compression quality and converting collections of pngs to webps.
Diffstat (limited to 'webp/README.md')
-rw-r--r--webp/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/webp/README.md b/webp/README.md
new file mode 100644
index 0000000..a256710
--- /dev/null
+++ b/webp/README.md
@@ -0,0 +1,13 @@
+# webp scripts
+## lossless_z_gen_\* scripts
+Create images with various compression levels and see how that effects
+image size. Has both a bash script to generate the images and an GNU
+octave script to generate the graph.
+## lossy_nearlossless_gen_\* scipts
+Much like the one but varies the nearlossless preprocessing level. This
+just shows the file size but you need to look at the files because since
+it's lossy there will be visual compression artifacts.
+## Makefiles
+Just make files to convert directories of on going work PNGs to webps.
+There's a makefile for a single output and dual outputs for both a high
+and low quality compression settings.