diff --git a/.gitignore b/.gitignore index 4a5a717..01be4ab 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ jpeginfo.prn jpeginfo.ps jpeginfo.txt *.o -*.jpg +.DS_Store diff --git a/test/README b/test/README new file mode 100644 index 0000000..39afb74 --- /dev/null +++ b/test/README @@ -0,0 +1,14 @@ +Test images for jpegoptim. + +Copyright 2023 by Timo Kokkonen. +These images are licensed under CC BY-NC-SA 4.0. + +To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ + + +jpeginfo_test1.jpg: Test image created with Photoshop using generative AI. +jpeginfo_test2.jpg: Test image resized and optimized. +jpeginfo_test3.jpg: Test image resized and converted to grayscale. + + + diff --git a/test/jpeginfo_test1.jpg b/test/jpeginfo_test1.jpg new file mode 100644 index 0000000..ce8ec6e Binary files /dev/null and b/test/jpeginfo_test1.jpg differ diff --git a/test/jpeginfo_test2.jpg b/test/jpeginfo_test2.jpg new file mode 100644 index 0000000..e2eb2cc Binary files /dev/null and b/test/jpeginfo_test2.jpg differ diff --git a/test/jpeginfo_test2_broken.jpg b/test/jpeginfo_test2_broken.jpg new file mode 100644 index 0000000..28bbf65 Binary files /dev/null and b/test/jpeginfo_test2_broken.jpg differ diff --git a/test/jpeginfo_test3.jpg b/test/jpeginfo_test3.jpg new file mode 100644 index 0000000..f81f981 Binary files /dev/null and b/test/jpeginfo_test3.jpg differ