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