diff --git a/imageconv.py b/imageconv.py index 312ee1f..3d7b902 100644 --- a/imageconv.py +++ b/imageconv.py @@ -5,4 +5,4 @@ import subprocess for filename in glob.glob("images_too_big/*"): pathfn = Path(filename) outpathfn = Path("images/")/pathfn.name - subprocess.run(["convert", f"{pathfn}", "-resize", "2000x2000", f"{outpathfn}"]) + subprocess.run(["convert", f"{pathfn}", "-resize", "1000x1000", f"{outpathfn}"]) diff --git a/images/20220301_01_shopping.jpg b/images/20220301_01_shopping.jpg new file mode 100644 index 0000000..6619061 Binary files /dev/null and b/images/20220301_01_shopping.jpg differ diff --git a/images/20220302_Hive01.jpg b/images/20220302_Hive01.jpg new file mode 100644 index 0000000..205106d Binary files /dev/null and b/images/20220302_Hive01.jpg differ diff --git a/images/20220302_Hive02.jpg b/images/20220302_Hive02.jpg new file mode 100644 index 0000000..6e1766f Binary files /dev/null and b/images/20220302_Hive02.jpg differ diff --git a/images/20220302_Hive03.jpg b/images/20220302_Hive03.jpg new file mode 100644 index 0000000..2b9fcf3 Binary files /dev/null and b/images/20220302_Hive03.jpg differ diff --git a/images/20220302_Hive03_Dead.jpg b/images/20220302_Hive03_Dead.jpg new file mode 100644 index 0000000..2815162 Binary files /dev/null and b/images/20220302_Hive03_Dead.jpg differ diff --git a/images/20220302_Hive04.jpg b/images/20220302_Hive04.jpg new file mode 100644 index 0000000..7d9438e Binary files /dev/null and b/images/20220302_Hive04.jpg differ diff --git a/images/20220302_Hive04_Mould.jpg b/images/20220302_Hive04_Mould.jpg new file mode 100644 index 0000000..2539571 Binary files /dev/null and b/images/20220302_Hive04_Mould.jpg differ diff --git a/images/20220302_Hive05.jpg b/images/20220302_Hive05.jpg new file mode 100644 index 0000000..f08039b Binary files /dev/null and b/images/20220302_Hive05.jpg differ diff --git a/images/20220302_Hive05_Mould.jpg b/images/20220302_Hive05_Mould.jpg new file mode 100644 index 0000000..c4a1bc1 Binary files /dev/null and b/images/20220302_Hive05_Mould.jpg differ diff --git a/images/20220302_Hive06.jpg b/images/20220302_Hive06.jpg new file mode 100644 index 0000000..df6f9a0 Binary files /dev/null and b/images/20220302_Hive06.jpg differ diff --git a/images/20220302_Hive06_Mould.jpg b/images/20220302_Hive06_Mould.jpg new file mode 100644 index 0000000..7be2d0f Binary files /dev/null and b/images/20220302_Hive06_Mould.jpg differ diff --git a/images/20220302_Hive07.jpg b/images/20220302_Hive07.jpg new file mode 100644 index 0000000..bd5ee66 Binary files /dev/null and b/images/20220302_Hive07.jpg differ diff --git a/images/20220302_Hive08.jpg b/images/20220302_Hive08.jpg new file mode 100644 index 0000000..d0fd5ff Binary files /dev/null and b/images/20220302_Hive08.jpg differ