How to make collage?
Posted: 2008-07-14T01:39:17-07:00
Hi..
Im am trying to make a collage of some different pictures..
What i want is like
[] [] [] []
[] [] [] []
[] [] [] []
[] [] [] []
each "box" is supposed to be a picture..
The way i have tried to do it is with this code:
What happens is that it makes the first 4 photo's 100x100 like it have to do an they are all vertically..
The problem now is that the next 4 pictures dont move underneeth, and they are at their original size aswell :S
Hope someone is able to help me out
- Regards
Mike
Im am trying to make a collage of some different pictures..
What i want is like
[] [] [] []
[] [] [] []
[] [] [] []
[] [] [] []
each "box" is supposed to be a picture..
The way i have tried to do it is with this code:
Code: Select all
convert -resize 100x100! test.jpg test2.jpg test3.jpg test4.jpg +append test.jpg test2.jpg test3.jpg test4.jpg +append test_image.jpg
The problem now is that the next 4 pictures dont move underneeth, and they are at their original size aswell :S
Hope someone is able to help me out
- Regards
Mike