danielballan / photomosaic

Assemble thumbnail-sized images from a large collection into a tiling which, viewed at a distance, gives the impression of one large photo.
http://danielballan.github.io/photomosaic/docs/
BSD 3-Clause "New" or "Revised" License
57 stars 13 forks source link

Typo in README.md #8

Closed filmo closed 8 years ago

filmo commented 9 years ago

mos = pm.untune(mosaic, img, orig_img)

should be:

mos = pm.untune(mos, img, orig_img)

danielballan commented 8 years ago

Thanks @filmo. I'm returning to this project for the first time since 2012. I tagged that version as 0.1.0 and then completely rewrote the API to make it easier to customize intermediate steps. The new version is also significantly faster.

I'm closing this issue because it no longer applies. Sorry for not getting to it in a timely way. I'd be grateful for any comments on my re-written version if you are still interested.