Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 942 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 942 Bytes

Programming Projects for Advanced Beginners #4: Photomosaics

Example code for Programming Projects for Advanced Beginners #4: Photomosaics.

To run

To install PIL:

  • Install virtualenv and pip
  • virtualenv vendor
  • pip install -r requirements.txt

Then whenever you need to run the code, first run:

  • source vendor/bin/activate

to load PIL.

Place all your source images in ./source_images, then run python square_images.py to convert them into squares. Then run python mosaic.py, making sure that the code points to the location of your input image.

PHOTO CREDITS