On 08 Sep 10:42, Bev Nicolson wrote:
I half expect someone to say how easy this is but I'm trying to join three photos together to form one jpg file. Easy to do in OO. In GIMP, I have no idea and the tutorial page doesn't seem to say anything on the topic. Help.
In what way are you trying to join them together? But anyways - what you can do is open the 3 images, then create a new image with the width and height set to the correct values (i.e. add together the widths of the other images, and set the height to the height), copy each image in turn and paste them in to the new image. Job done.
Otherwise, install imagemagick, then simply do: convert +append image1.jpg image2.jpg image3.jpg mynewimage.jpg
Job done.
Cheers, Brett.