From 8fe5bf1295799a63aca7a16469771e257e5cfc49 Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Wed, 22 Feb 2023 01:09:37 -0500 Subject: Add webp scripts and makefiles Add scripts for testing compression quality and converting collections of pngs to webps. --- webp/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 webp/README.md (limited to 'webp/README.md') 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. -- cgit v1.2.3