vandamk
18-07-2006, 06:04 PM
Ok, I quite often want my prints smaller than 6x4.5, for instance for mini books.
As I always have my photographs printed by photobox, I want to put, say, 4 photographs together in one file, and then upload and order.
This is a hassle in most imaging programs as you have to manually open each of them and position them into another file.
I have just discovered you can now get Image Magick for Windows (and Mac too, but I haven't played with my Mac version yet!).
You have to use the command line, but it is really simple.
- Install Image Magick (download from www.imagemagick.org, I think I downloaded my Mac version from somewhere else)
- click start menu - run
- type "cmd"
- go to the directory with your photographs in it (use dir to see the contents of your current directory and cd to change to a sub directory)
- type "montage file1.jpg file 2.jpg file3.jpg file4.jpg -geometry +0+0 montage.jpg" where file1.jpg-file4.jpg are your original files.
It will take a little while, but when it's done your montaged file is in montage.jpg.
There is more detail on the command line options here: http://www.cit.gu.edu.au/~anthony/graphics/imagick6/montage/
I presume it will work with 9 images as well, or with 6 or 8, but you will probably have to be more specific as to how you want them arranged.
Karin
As I always have my photographs printed by photobox, I want to put, say, 4 photographs together in one file, and then upload and order.
This is a hassle in most imaging programs as you have to manually open each of them and position them into another file.
I have just discovered you can now get Image Magick for Windows (and Mac too, but I haven't played with my Mac version yet!).
You have to use the command line, but it is really simple.
- Install Image Magick (download from www.imagemagick.org, I think I downloaded my Mac version from somewhere else)
- click start menu - run
- type "cmd"
- go to the directory with your photographs in it (use dir to see the contents of your current directory and cd to change to a sub directory)
- type "montage file1.jpg file 2.jpg file3.jpg file4.jpg -geometry +0+0 montage.jpg" where file1.jpg-file4.jpg are your original files.
It will take a little while, but when it's done your montaged file is in montage.jpg.
There is more detail on the command line options here: http://www.cit.gu.edu.au/~anthony/graphics/imagick6/montage/
I presume it will work with 9 images as well, or with 6 or 8, but you will probably have to be more specific as to how you want them arranged.
Karin