Skip to content

fys85/Mosaicked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Mosaicked

A Photomosaic generator written in C++ using Qt.

Given base image and directory of sub-images, it constructs an image using only sub-images such a way that it resembles the base image.

How To Compile

open .pro file in QtCreator to compile.

Dependency

Requires Qt 4.x or higher.

Usage

Select a base picture to be used to construct the photomosaic image.

Select a directory where sub-images (mosaics) located

Enter the width (in pixels) of the photomosaic image.

Enter the height (in pixels) of the photomosaic image.

Enter the ratio of mosaics (all the images in the folder will be converted to this ratio, so make sure you have backups if you don't want your pictures to be altered.)

Select number of mosaics the photomosaic image contains, the higher this number is more precise the image will look. (This is an approximation, program will automatically round it up to the next possible number based on the specified ratio)

Enter precision of the photomosaic image (This is an experimental feature, the higher the number is more precise the output should be, given that you have large set of mosaics)

Sample results can be downloaded from here

Example photo mosaic Example photo mosaic

About

A photomosaic generator written in C++ using Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • QMake 1.3%