PyMos
PyMos copied to clipboard
Creates beautiful mosaic for an image using a set of thumbnails
Any chance if it is somehow possible to retrieve a list of the actual images used to build the mosaic? I'd like to be able to somehow move my mouse...
i have the following directory structure: /dir -- test.jpg -- collection/ -- small_img1.png -- small_img2.png -- and so on... i invoke pymos using: me@mylaptop: ~/dir$ pymos test.jpg output.png ./collection/ this...
how long does the program take? does the program take a longer time if the input images have large size or? What other factors affect the program's speed or the...
Ran into a small issue with the build_mosaic() function in core.py, line 76: ``` files = glob.glob(os.path.join(collection_path, '*.jpg')) ``` My files ended with the extention "*.JPG". The traceback or the...
while input and output images work fine even on bigger sizes, it was an assumption that users would supply a folder with real small thumbnails as collection param. If some...
http://twitpic.com/1b1e32 *\* todo in some free time sometime later.
from @meshaabi nah i have 2.5 gigs ram free.. source is 500 images.. worked with -z 2 btw was checking out the src.. you are checking every pixel on the...