Create collage of one photo from more photos

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
brabcak
Posts: 1
Joined: 2011-04-10T16:52:51-07:00
Authentication code: 8675308

Create collage of one photo from more photos

Post by brabcak »

Hi guys,

i need create photo like this:
Image
It's one photo from more photos.
Is there any way how i can do it with imagemagick automaticaly?

Thanks for reply and sorry for my english.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Create collage of one photo from more photos

Post by anthony »

Basically it is a bit like replacing each pixel with a tiny photo that 'sort of' represents that pixel.

One technique of image substitution for pixels, was shown in the discussion (and the specific post)...
viewtopic.php?f=1&t=17389&start=15#p67746

however this was only for grayscale, and involved enlarging the pixel pattern before using a slow 'FX' to replace each 'gray tile' with a specific image.

Photo montages of this is more commonly done by generating a data base of color -> image, and doing similar substitutions.

One web page I came across even looked at roughly mapping 4 pixels to one image with that type of color segregation, though that may be harder to find appropriate images.
See http://caca.zoy.org/study/part7.html
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply