Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What software libraries are available to programmatically create photomosaics? [closed]

I'm looking for a library to programmatically create photomosaics of pictures of my kids... it's a toy side project.

I'm on Windows and would prefer a windows-based solution, be it Java or something else that I could run from the Java platform (even if it's .Net, that's cool, as long as I can execute it from CMD).

It needn't be free or open source

Do libraries like this exist?

Thanks!

like image 650
marc esher Avatar asked Jul 01 '10 02:07

marc esher


1 Answers

@marc, check theses .Net apps Mosaictor (from CodePlex) or this PhotoMosaic Generator with C# source code included. additionally you can see this great article Understanding Photomosaics from Dr. Dobbs

like image 72
RRUZ Avatar answered Sep 20 '22 22:09

RRUZ