Skip to content

ramithp/Mosake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mosake

Collection of processing sketches to create photo-mosaics

TODOs:

  • Improve colour distance score calculation
  • Reduce redundancy between scripts
  • Uneven tile sizes for "cooler" feel to tiling

Usage:

Modify the first few lines of the sketch before running

mosaicFolder = //The folder with tile images
mosaicFile = //File to be mosaic'd
String finalFileName = //Final file name
int pixlFactor = //Pixelation/scaling factor

Hit run and wait. :)

Example: Usage with subset of 4984 images from Oxford flower 102 category flower data-set

Raw Image to be mosaic'd

raw_image

Pixelation factor of 30

pixel30

Pixelation factor of 10

pixel10

Pixelation factor of 3

pixel3

Troubleshooting:

Out of memory: Use fewer images/give processing more memory via preferences.

License

MIT

About

Collection of processing sketches to create a photo-mosaics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors