What software libraries are available to programmatically create photomosaics? [closed]
开发者_StackOverflow
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI'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!
@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
精彩评论