Skip to content

robert/photomosaic

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages