diff --git a/faces/eyeLeftClosed.png b/faces/eyeLeftClosed.png new file mode 100644 index 0000000..4a17eb1 Binary files /dev/null and b/faces/eyeLeftClosed.png differ diff --git a/faces/eyeLeftOpen.png b/faces/eyeLeftOpen.png new file mode 100644 index 0000000..4953ee7 Binary files /dev/null and b/faces/eyeLeftOpen.png differ diff --git a/faces/mouthLeft.png b/faces/mouthLeft.png new file mode 100644 index 0000000..b3b37fe Binary files /dev/null and b/faces/mouthLeft.png differ diff --git a/faces/noseLeft.png b/faces/noseLeft.png new file mode 100644 index 0000000..dc4e57e Binary files /dev/null and b/faces/noseLeft.png differ diff --git a/rpi/antRender.py b/rpi/antRender.py index 2cd77d5..3dadfbd 100644 --- a/rpi/antRender.py +++ b/rpi/antRender.py @@ -131,8 +131,8 @@ def interpolate_point_pairs(pairs, percentage): return interpolated_points -Image1 = Image.open("faces/prootface3.png") -Image2 = Image.open("faces/prootface4.png") +Image1 = Image.open("faces/eyeLeftOpen.png") +Image2 = Image.open("faces/eyeLeftClosed.png") pixelArray1 = generate_point_array_from_image(Image1) pixelArray2 = generate_point_array_from_image(Image2)