Create photo mosaic from multiple images

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Rye
Posts: 158
Joined: 2013-02-25T10:43:05-07:00
Authentication code: 6789

Create photo mosaic from multiple images

Post by Rye »

Can imagemagick (by itself), do what this one promises:

https://github.com/jbum/photo-mosaics

?

Namely, create "Photomosaics, that (re)create a (given) image out of many smaller ones ?
Version: ImageMagick-7.0.7-28-Q16-x64-static http://www.imagemagick.org
Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Create photo mosaic from multiple images

Post by fmw42 »

Not by itself. There is no simple function. But it can be done with some scripting help. It might be similar to https://imagemagick.org/Usage/quantize/#diy_symbols
Rye
Posts: 158
Joined: 2013-02-25T10:43:05-07:00
Authentication code: 6789

Re: Create photo mosaic from multiple images

Post by Rye »

Hmm, ok, that looks like it might be fun to tinker with. Thanks.
Version: ImageMagick-7.0.7-28-Q16-x64-static http://www.imagemagick.org
Copyright: Copyright (C) 1999-2018 ImageMagick Studio LLC
Post Reply