diff --git a/README.md b/README.md index 7bcf915..3e87b37 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,7 @@ ## How to use - put your target image into the root folder - install requirements using ```pip install -r requirements.txt``` -- run ```python main.py``` \ No newline at end of file +- run ```python main.py``` + +## Bug where it doesnt continue +- press space \ No newline at end of file diff --git a/allPictures.pkl b/allPictures.pkl new file mode 100644 index 0000000..c9bc37b Binary files /dev/null and b/allPictures.pkl differ diff --git a/main.py b/main.py index 7576d34..5ae81f1 100644 --- a/main.py +++ b/main.py @@ -83,7 +83,7 @@ if __name__ == '__main__': ### Starting sequence ### target_path = input('Input relative path for target image: ') Image.open(target_path) - + print('For best results put segments at same value') user_input = input('Input segment width count (Higher=more pictures used. Default = 100. Musn\'t exceed pixel of original): ') try: width_segments_count = int(user_input)