Skip to content

daigangfan/imageCombining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

imageCombining

This is a python program to add many tiny photo tiles to make it look like a large photo, so-called mosaic-style. I mainly used the PIL library to process the photos, calculating each small tile's average RGB value, spliting the large photo into tiny tiles and also calculating the average value. Then compare their difference (Euclid distance) to find the optimistic small tile that can fit.

About

Using python for images' mosaic style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages