diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5b0d6b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# ssim + +![](https://img.shields.io/badge/written%20in-C%2C%20Bash%2C%20and%20VBScript-blue) + +A command-line utility for objectively comparing image quality, including a short report. + +Source code included in distribution. + +The included report scripts encode lena.png to H.264 using x264 (single frame), to VP8 using webp, to JPG using Photoshop CS3, and to JP2K using imagemagick, at a variety of output file sizes to compare the filesize/quality tradeoff of each encoder and format. + + +## Download + +- [⬇️ ssim-r1.7z](dist-archive/ssim-r1.7z) *(520.45 KiB)* diff --git a/dist-archive/ssim-r1.7z b/dist-archive/ssim-r1.7z new file mode 100644 index 0000000..e9363a6 Binary files /dev/null and b/dist-archive/ssim-r1.7z differ diff --git a/doc/final.png b/doc/final.png new file mode 100644 index 0000000..c167a8a Binary files /dev/null and b/doc/final.png differ