diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6680a8f..ed7e19a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,11 +5,8 @@ - - - - + diff --git a/food.png b/food.png new file mode 100644 index 0000000..23fd33c Binary files /dev/null and b/food.png differ diff --git a/src/ImageManipulation/FillSelection.py b/src/ImageManipulation/FillSelection.py index 742fa15..07db9e0 100644 --- a/src/ImageManipulation/FillSelection.py +++ b/src/ImageManipulation/FillSelection.py @@ -126,3 +126,4 @@ class FillSelection(ImageManipulation): # Update the image image._imageData = result_image +